Bitcoin Forum
April 27, 2024, 10:23:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 [1689] 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 ... 2123 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4667061 times)
DonYo
Sr. Member
****
Offline Offline

Activity: 432
Merit: 251


View Profile
January 18, 2017, 07:21:51 PM
 #33761

I've decided to use separate blockchain daemons on each O/S, but would like to find a way to share the wallet. Would it be possible to have one wallet files in windows, and set up a duplicate wallet file in linux using the following: https://getmonero.org/knowledge-base/user-guides/restore_account ?

Just duplicate wallet files too


██████████
█████████████████
██████████████████████
█████████████████████████
████████████████████████████
████
████████████████████████
█████
███████████████████████████
█████
███████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
███████████████████████████
██████
██████████████████████████
█████
███████████████████████████
█████████████
██████████████
████████████████████████████
█████████████████████████
██████████████████████
█████████████████
██████████

Monero
"The difference between bad and well-developed digital cash will determine
whether we have a dictatorship or a real democracy." 
David Chaum 1996
"Fungibility provides privacy as a side effect."  Adam Back 2014
Buy and sell XMR near you
P2P Exchange Network
Buy XMR with fiat
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714213382
Hero Member
*
Offline Offline

Posts: 1714213382

View Profile Personal Message (Offline)

Ignore
1714213382
Reply with quote  #2

1714213382
Report to moderator
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 18, 2017, 07:27:00 PM
 #33762

I've decided to use separate blockchain daemons on each O/S, but would like to find a way to share the wallet. Would it be possible to have one wallet files in windows, and set up a duplicate wallet file in linux using the following: https://getmonero.org/knowledge-base/user-guides/restore_account ?

Just duplicate wallet files too

Thanks. Presumably this is some sort of bigendian/littleendian issue which hopefully the core team will take a look at.

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
January 18, 2017, 08:58:51 PM
 #33763

Hi,

I'm new to cryptonote technology. I use a dual boot computer, so with some bitcoin type wallets I install the blockchain/wallet on an NTFS partition so I can share them between O/S.
With monero, this seems to cause a few issues. Firstly, the monero daemon on first start up throws up a warning which either seems windows or linux based, possibly due to the p2pstate.bin poolstate.bin files. Restarting in the same O/S and the issue disappears. Secondly, it would seem that the wallet files are incompatible, throwing up a memory allocation error while trying to open the wallet.
I've decided to use separate blockchain daemons on each O/S, but would like to find a way to share the wallet. Would it be possible to have one wallet files in windows, and set up a duplicate wallet file in linux using the following: https://getmonero.org/knowledge-base/user-guides/restore_account ?

For issue one, could you run the daemon with the following flag:

Code:
--log-level 2

On Linux this should be done from the terminal. Thus, cd to the relevant directory or open the terminal from the directory itself and then:

Code:
./monerod --log-level 2

On Windows you should launch from the command prompt (in the relevant directory)

Code:
monerod.exe --log-level 2

The blockchain (and the full bitmonero directory for that matter) should be compatible accross different operating systems.

For issue two, the wallet cache is incompatible, whereas the .keys file is compatible. Thus, you'd have to remove the wallet cache on either of your systems. Note that there are three wallet files, <wallet> (this is the wallet cache), <wallet>.keys, and <wallet>.address.txt (contains your public address). In addition, note that your wallet cache contains private tx keys and recipient addresses for outgoing transfers. Thus, it may be detrimental to remove it. It's generally advised to backup the old, incompatible cache and then remove it.

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
Jon_Snow
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile WWW
January 18, 2017, 10:19:58 PM
Last edit: January 18, 2017, 10:33:39 PM by Jon_Snow
 #33764

Hello,

I need some help to recover my monero wallet. Last time I used it, it was... in 2014. I used the monero client developped by Jojatekok, as you know this client doesn't have any support since 2016. Cry
I still can open my wallet on this client, I can see my balance but the client can't connect to the network after the support was stopped.
So, I still have 3 files : wallet.bin - wallet.bin.address - wallet.bin.keys

I downloaded monero-wallet-gui and put the files in, I opened wallet.bin.key with this client (monero-wallet-gui) but the problem is... the client ask me for a password.  Lips sealed
I never used any password when I used my wallet on the old client and it never asked me to create one so i'm confused. I don't know what to do now... I am desperate to get back my +25 moneros. Cry

Do you have any ideas ?

Thank you!
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 18, 2017, 10:40:28 PM
Last edit: January 18, 2017, 11:02:36 PM by AngryDwarf
 #33765

Hi,

I'm new to cryptonote technology. I use a dual boot computer, so with some bitcoin type wallets I install the blockchain/wallet on an NTFS partition so I can share them between O/S.
With monero, this seems to cause a few issues. Firstly, the monero daemon on first start up throws up a warning which either seems windows or linux based, possibly due to the p2pstate.bin poolstate.bin files. Restarting in the same O/S and the issue disappears. Secondly, it would seem that the wallet files are incompatible, throwing up a memory allocation error while trying to open the wallet.
I've decided to use separate blockchain daemons on each O/S, but would like to find a way to share the wallet. Would it be possible to have one wallet files in windows, and set up a duplicate wallet file in linux using the following: https://getmonero.org/knowledge-base/user-guides/restore_account ?

For issue one, could you run the daemon with the following flag:

Code:
--log-level 2

On Linux this should be done from the terminal. Thus, cd to the relevant directory or open the terminal from the directory itself and then:

Code:
./monerod --log-level 2

On Windows you should launch from the command prompt (in the relevant directory)

Code:
monerod.exe --log-level 2

The blockchain (and the full bitmonero directory for that matter) should be compatible accross different operating systems.

For issue two, the wallet cache is incompatible, whereas the .keys file is compatible. Thus, you'd have to remove the wallet cache on either of your systems. Note that there are three wallet files, <wallet> (this is the wallet cache), <wallet>.keys, and <wallet>.address.txt (contains your public address). In addition, note that your wallet cache contains private tx keys and recipient addresses for outgoing transfers. Thus, it may be detrimental to remove it. It's generally advised to backup the old, incompatible cache and then remove it.

On Ubuntu 16.04, compiled from github release tag source with all packages except documentation and libgtest-dev (the latter causing compilation issues). release binaries installed in /usr/local/bin.

Code:
monerod --data-dir /windows/Blockchain/XMR --log-level 2
Code:
7-Jan-18 22:10:54.203737 Monero 'Wolfram Warptangent' (v0.10.1.0-release)
2017-Jan-18 22:10:54.204221 Initializing cryptonote protocol...
2017-Jan-18 22:10:54.204293 Cryptonote protocol initialized OK
2017-Jan-18 22:10:54.204476 Initializing p2p server...
2017-Jan-18 22:11:14.208158 DNS seed node lookup either timed out or failed, falling back to defaults
2017-Jan-18 22:11:14.208358 Seed node: 161.67.132.39:18080
2017-Jan-18 22:11:14.208449 Seed node: 163.172.182.165:18080
2017-Jan-18 22:11:14.208542 Seed node: 198.74.231.92:18080
2017-Jan-18 22:11:14.208611 Seed node: 204.12.248.66:18080
2017-Jan-18 22:11:14.208693 Seed node: 5.9.100.248:18080
2017-Jan-18 22:11:14.208761 Number of seed nodes: 5
2017-Jan-18 22:11:14.211542 Set limit-up to 2048 kB/s
2017-Jan-18 22:11:14.211923 Set limit-down to 8192 kB/s
2017-Jan-18 22:11:14.212025 Set limit-up to 2048 kB/s
2017-Jan-18 22:11:14.212139 Set limit-down to 8192 kB/s
2017-Jan-18 22:11:14.212711 Exception: boost::archive::archive_exception
2017-Jan-18 22:11:14.212765 Unwound call stack:
2017-Jan-18 22:11:14.213093      1                  0x64a8a0 __cxa_throw + 0x70
2017-Jan-18 22:11:14.213339      2                  0x7f13843a84f4 void boost::serialization::throw_exception<boost::archive::archive_exception>(boost::archive::archive_exception const&) + 0xc4
2017-Jan-18 22:11:14.213554      3                  0x7f13843abf26 boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::init() + 0x186
2017-Jan-18 22:11:14.213788      4                  0x66f2ec nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core> >::init(boost::program_options::variables_map const&) [clone .constprop.423] + 0xb3c
2017-Jan-18 22:11:14.213990      5                  0x6ba82d daemonize::t_p2p::t_p2p(boost::program_options::variables_map const&, daemonize::t_protocol&) [clone .constprop.240] + 0x9ad
2017-Jan-18 22:11:14.214171      6                  0x504d06 daemonize::t_daemon::t_daemon(boost::program_options::variables_map const&) + 0x276
2017-Jan-18 22:11:14.214353      7                  0x553533 daemonize::t_executor::run_interactive(boost::program_options::variables_map const&) + 0xa3
2017-Jan-18 22:11:14.214545      8                  0x498a19 main + 0x4269
2017-Jan-18 22:11:14.214954      9                  0x7f13853a0830 __libc_start_main + 0xf0
2017-Jan-18 22:11:14.215168     10                  0x4a8899 _start + 0x29
2017-Jan-18 22:11:14.215379     11                  0x0
2017-Jan-18 22:11:14.215535 ERROR /home/paul/Wallets/src/monero-0.10.1/src/p2p/net_node.inl:145 Failed to load p2p config file, falling back to default config
2017-Jan-18 22:11:14.215928 Binding on 0.0.0.0:18080
2017-Jan-18 22:11:14.216123 Net service bound to 0.0.0.0:18080
2017-Jan-18 22:11:14.216207 Attempting to add IGD port mapping.
2017-Jan-18 22:11:15.185140 Exception: boost::thread_interrupted
2017-Jan-18 22:11:15.185247 Unwound call stack:
2017-Jan-18 22:11:15.185507      1                  0x64a8a0 __cxa_throw + 0x70
2017-Jan-18 22:11:15.185696      2                  0x7f1383888506 boost::this_thread::interruption_point() + 0x76
2017-Jan-18 22:11:15.185921      3                  0x5edd44 nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core> >::init(boost::program_options::variables_map const&)::{lambda()#1}::operator()() const [clone .constprop.596] + 0x2e4
2017-Jan-18 22:11:15.186105      4                  0x7f13838885d5 boost::this_thread::interruption_point() + 0x145
2017-Jan-18 22:11:15.186369      5                  0x7f13857506ba start_thread + 0xca
2017-Jan-18 22:11:15.188462      6                  0x7f138548682d clone + 0x6d
2017-Jan-18 22:11:15.189083      7                  0x0
2017-Jan-18 22:11:15.303367 Exception: boost::thread_interrupted
2017-Jan-18 22:11:15.303485 Unwound call stack:
2017-Jan-18 22:11:15.303763      1                  0x64a8a0 __cxa_throw + 0x70
2017-Jan-18 22:11:15.303940      2                  0x7f1383888506 boost::this_thread::interruption_point() + 0x76
2017-Jan-18 22:11:15.304148      3                  0x5edd44 nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core> >::init(boost::program_options::variables_map const&)::{lambda()#1}::operator()() const [clone .constprop.596] + 0x2e4
2017-Jan-18 22:11:15.304313      4                  0x7f13838885d5 boost::this_thread::interruption_point() + 0x145
2017-Jan-18 22:11:15.304550      5                  0x7f13857506ba start_thread + 0xca
2017-Jan-18 22:11:15.304783      6                  0x7f138548682d clone + 0x6d
2017-Jan-18 22:11:15.304992      7                  0x0
2017-Jan-18 22:11:15.444841 Exception: boost::thread_interrupted
2017-Jan-18 22:11:15.444963 Unwound call stack:
2017-Jan-18 22:11:15.445246      1                  0x64a8a0 __cxa_throw + 0x70
2017-Jan-18 22:11:15.445426      2                  0x7f1383888506 boost::this_thread::interruption_point() + 0x76
2017-Jan-18 22:11:15.445633      3                  0x5edd44 nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core> >::init(boost::program_options::variables_map const&)::{lambda()#1}::operator()() const [clone .constprop.596] + 0x2e4
2017-Jan-18 22:11:15.445795      4                  0x7f13838885d5 boost::this_thread::interruption_point() + 0x145
2017-Jan-18 22:11:15.446030      5                  0x7f13857506ba start_thread + 0xca
2017-Jan-18 22:11:15.446253      6                  0x7f138548682d clone + 0x6d
2017-Jan-18 22:11:15.446457      7                  0x0
2017-Jan-18 22:11:23.460820 Added IGD port mapping.
2017-Jan-18 22:11:23.461010 P2p server initialized OK
2017-Jan-18 22:11:23.461166 Initializing core rpc server...
2017-Jan-18 22:11:23.461261 Binding on 127.0.0.1:18081
2017-Jan-18 22:11:23.461401 Core rpc server initialized OK on port: 18081
2017-Jan-18 22:11:23.461467 Initializing core...
2017-Jan-18 22:11:23.463661 Exception: boost::archive::archive_exception
2017-Jan-18 22:11:23.463735 Unwound call stack:
2017-Jan-18 22:11:23.464031      1                  0x64a8a0 __cxa_throw + 0x70
2017-Jan-18 22:11:23.464279      2                  0x7f13843a84f4 void boost::serialization::throw_exception<boost::archive::archive_exception>(boost::archive::archive_exception const&) + 0xc4
2017-Jan-18 22:11:23.464605      3                  0x7f13843abf26 boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::init() + 0x186
2017-Jan-18 22:11:23.464853      4                  0x590855 cryptonote::tx_memory_pool::init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 0x4f5
2017-Jan-18 22:11:23.465049      5                  0x68a9f5 cryptonote::core::init(boost::program_options::variables_map const&, cryptonote::test_options const*) + 0x75
2017-Jan-18 22:11:23.465234      6                  0x5035e9 daemonize::t_daemon::run(bool) + 0x1e9
2017-Jan-18 22:11:23.465418      7                  0x553540 daemonize::t_executor::run_interactive(boost::program_options::variables_map const&) + 0xb0
2017-Jan-18 22:11:23.465606      8                  0x498a19 main + 0x4269
2017-Jan-18 22:11:23.465844      9                  0x7f13853a0830 __libc_start_main + 0xf0
2017-Jan-18 22:11:23.466041     10                  0x4a8899 _start + 0x29
2017-Jan-18 22:11:23.466252     11                  0x0
2017-Jan-18 22:11:23.466376 ERROR /home/paul/Wallets/src/monero-0.10.1/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=unsupported version
2017-Jan-18 22:11:23.466435 ERROR /home/paul/Wallets/src/monero-0.10.1/src/cryptonote_core/tx_pool.cpp:695 Failed to load memory pool from file /windows/Blockchain/XMR/poolstate.bin
2017-Jan-18 22:11:23.466834 Locking /windows/Blockchain/XMR/.daemon_lock
2017-Jan-18 22:11:23.467115 Loading blockchain from folder /windows/Blockchain/XMR/lmdb ...
2017-Jan-18 22:11:23.467194 option: fast
2017-Jan-18 22:11:23.467236 option: async
2017-Jan-18 22:11:23.467275 option: 1000
2017-Jan-18 22:11:23.468746 DB map size:     13958643712
2017-Jan-18 22:11:23.468844 Space used:      9793146880
2017-Jan-18 22:11:23.468883 Space remaining: 4165496832
2017-Jan-18 22:11:23.468921 Size threshold:  0
2017-Jan-18 22:11:23.469002 Percent used: 0.7016  Percent threshold: 0.8000
2017-Jan-18 22:11:23.469327 Threshold met (percent-based)
2017-Jan-18 22:11:23.469371 LMDB memory map needs to be resized, doing that now.
2017-Jan-18 22:11:23.469483 LMDB Mapsize increased.  Old: 13312MiB, New: 14336MiB
2017-Jan-18 22:11:23.470356 Setting m_height to: 1226575
2017-Jan-18 22:11:23.471317 reorganizing from 1216496
2017-Jan-18 22:11:23.630864 reorganization done
2017-Jan-18 22:11:23.630983 [check_and_resize_for_batch] checking DB size
2017-Jan-18 22:11:23.631038 DB map size:     15032385536
2017-Jan-18 22:11:23.631081 Space used:      9793146880
2017-Jan-18 22:11:23.631122 Space remaining: 5239238656
2017-Jan-18 22:11:23.631161 Size threshold:  0
2017-Jan-18 22:11:23.631224 Percent used: 0.6515  Percent threshold: 0.8000
2017-Jan-18 22:11:23.763102 Blockchain initialized. last block: 1226574, d0.h6.m21.s49 time ago, current difficulty: 6017385564
2017-Jan-18 22:11:23.763314 Blockchain checkpoints file not found
2017-Jan-18 22:11:23.763838 DNSSEC not available for checkpoint update at URL: checkpoints.moneropulse.co, skipping.
2017-Jan-18 22:11:23.763938 DNSSEC validation failed for checkpoint update at URL: checkpoints.moneropulse.co, skipping.
2017-Jan-18 22:11:23.764356 DNSSEC not available for checkpoint update at URL: checkpoints.moneropulse.se, skipping.
2017-Jan-18 22:11:23.764460 DNSSEC validation failed for checkpoint update at URL: checkpoints.moneropulse.se, skipping.
2017-Jan-18 22:11:23.764846 DNSSEC not available for checkpoint update at URL: checkpoints.moneropulse.org, skipping.
2017-Jan-18 22:11:23.764946 DNSSEC validation failed for checkpoint update at URL: checkpoints.moneropulse.org, skipping.
2017-Jan-18 22:11:23.765313 DNSSEC not available for checkpoint update at URL: checkpoints.moneropulse.net, skipping.
2017-Jan-18 22:11:23.765404 DNSSEC validation failed for checkpoint update at URL: checkpoints.moneropulse.net, skipping.
2017-Jan-18 22:11:23.765467 WARNING: no two valid MoneroPulse DNS checkpoint records were received
2017-Jan-18 22:11:23.765540 [check_and_resize_for_batch] checking DB size
2017-Jan-18 22:11:23.765604 DB map size:     15032385536
2017-Jan-18 22:11:23.765666 Space used:      9793146880
2017-Jan-18 22:11:23.765728 Space remaining: 5239238656
2017-Jan-18 22:11:23.765853 Size threshold:  0
2017-Jan-18 22:11:23.765978 Percent used: 0.6515  Percent threshold: 0.8000
2017-Jan-18 22:11:23.766121 [check_and_resize_for_batch] checking DB size
2017-Jan-18 22:11:23.766226 DB map size:     15032385536
2017-Jan-18 22:11:23.766331 Space used:      9793146880
2017-Jan-18 22:11:23.766432 Space remaining: 5239238656
2017-Jan-18 22:11:23.766533 Size threshold:  0
2017-Jan-18 22:11:23.766650 Percent used: 0.6515  Percent threshold: 0.8000
2017-Jan-18 22:11:23.766775 Threshold met (percent-based)
2017-Jan-18 22:11:23.766878 [batch] DB resize needed
2017-Jan-18 22:11:23.768828 LMDB Mapsize increased.  Old: 14336MiB, New: 15360MiB
2017-Jan-18 22:11:23.769115 CHECKPOINT PASSED FOR HEIGHT 1 <771fbcd656ec1464d3a02ead5e18644030007a0fc664c0a964d30922821a8148>
2017-Jan-18 22:11:23.769227 CHECKPOINT PASSED FOR HEIGHT 10 <c0e3b387e47042f72d8ccdca88071ff96bff1ac7cde09ae113dbb7ad3fe92381>
2017-Jan-18 22:11:23.769489 CHECKPOINT PASSED FOR HEIGHT 100 <ac3e11ca545e57c49fca2b4e8c48c03c23be047c43e471e1394528b1f9f80b2d>
2017-Jan-18 22:11:23.770110 CHECKPOINT PASSED FOR HEIGHT 10000 <c758b7c81f928be3295d45e230646de8b852ec96a821eac3fea4daf3fcac0ca2>
2017-Jan-18 22:11:23.770506 CHECKPOINT PASSED FOR HEIGHT 22231 <7cb10e29d67e1c069e6e11b17d30b809724255fee2f6868dc14cfc6ed44dfb25>
2017-Jan-18 22:11:23.770871 CHECKPOINT PASSED FOR HEIGHT 29556 <53c484a8ed91e4da621bb2fa88106dbde426fe90d7ef07b9c1e5127fb6f3a7f6>
2017-Jan-18 22:11:23.771222 CHECKPOINT PASSED FOR HEIGHT 50000 <0fe8758ab06a8b9cb35b7328fd4f757af530a5d37759f9d3e421023231f7b31c>
2017-Jan-18 22:11:23.771598 CHECKPOINT PASSED FOR HEIGHT 80000 <a62dcd7b536f22e003ebae8726e9e7276f63d594e264b6f0cd7aab27b66e75e3>
2017-Jan-18 22:11:23.772041 CHECKPOINT PASSED FOR HEIGHT 202612 <bbd604d2ba11ba27935e006ed39c9bfdd99b76bf4a50654bc1e1e61217962698>
2017-Jan-18 22:11:23.772098 CHECKPOINT PASSED FOR HEIGHT 202613 <e2aa337e78df1f98f462b3b1e560c6b914dec47b610698b7b7d1e3e86b6197c2>
2017-Jan-18 22:11:23.772177 CHECKPOINT PASSED FOR HEIGHT 202614 <c29e3dc37d8da3e72e506e31a213a58771b24450144305bcba9e70fa4d6ea6fb>
2017-Jan-18 22:11:23.772518 CHECKPOINT PASSED FOR HEIGHT 205000 <5d3d7a26e6dc7535e34f03def711daa8c263785f73ec1fadef8a45880fde8063>
2017-Jan-18 22:11:23.772824 CHECKPOINT PASSED FOR HEIGHT 220000 <9613f455933c00e3e33ac315cc6b455ee8aa0c567163836858c2d9caff111553>
2017-Jan-18 22:11:23.773145 CHECKPOINT PASSED FOR HEIGHT 230300 <bae7a80c46859db355556e3a9204a337ae8f24309926a1312323fdecf1920e61>
2017-Jan-18 22:11:23.773442 CHECKPOINT PASSED FOR HEIGHT 230700 <93e631240ceac831da1aebfc5dac8f722c430463024763ebafa888796ceaeedf>
2017-Jan-18 22:11:23.775137 CHECKPOINT PASSED FOR HEIGHT 231350 <b5add137199b820e1ea26640e5c3e121fd85faa86a1e39cf7e6cc097bdeb1131>
2017-Jan-18 22:11:23.775434 CHECKPOINT PASSED FOR HEIGHT 232150 <955de8e6b6508af2c24f7334f97beeea651d78e9ade3ab18fec3763be3201aa8>
2017-Jan-18 22:11:23.775718 CHECKPOINT PASSED FOR HEIGHT 249380 <654fb0a81ce3e5caf7e3264a70f447d4bd07586c08fa50f6638cc54da0a52b2d>
2017-Jan-18 22:11:23.776186 CHECKPOINT PASSED FOR HEIGHT 460000 <75037a7aed3e765db96c75bcf908f59d690a5f3390baebb9edeafd336a1c4831>
2017-Jan-18 22:11:23.776681 CHECKPOINT PASSED FOR HEIGHT 500000 <2428f0dbe49796be05ed81b347f53e1f7f44aed0abf641446ec2b94cae066b02>
2017-Jan-18 22:11:23.777159 CHECKPOINT PASSED FOR HEIGHT 600000 <f5828ebf7d7d1cb61762c4dfe3ccf4ecab2e1aad23e8113668d981713b7a54c5>
2017-Jan-18 22:11:23.777620 CHECKPOINT PASSED FOR HEIGHT 700000 <12be9b3d210b93f574d2526abb9c1ab2a881b479131fd0d4f7dac93875f503cd>
2017-Jan-18 22:11:23.778220 CHECKPOINT PASSED FOR HEIGHT 825000 <56503f9ad766774b575be3aff73245e9d159be88132c93d1754764f28da2ff60>
2017-Jan-18 22:11:23.778584 CHECKPOINT PASSED FOR HEIGHT 900000 <d9958d0e7dcf91a5a7b11de225927bf7efc6eb26240315ce12372be902cc1337>
2017-Jan-18 22:11:23.778917 CHECKPOINT PASSED FOR HEIGHT 913193 <5292d5d56f6ba4de33a58d9a34d263e2cb3c6fee0aed2286fd4ac7f36d53c85f>
2017-Jan-18 22:11:23.779356 CHECKPOINT PASSED FOR HEIGHT 1000000 <a886ef5149902d8342475fee9bb296341b891ac67c4842f47a833f23c00ed721>
2017-Jan-18 22:11:23.779795 CHECKPOINT PASSED FOR HEIGHT 1100000 <3fd720c5c8b3072fc1ccda922dec1ef25f9ed88a1e6ad4103d0fe00b180a5903>
2017-Jan-18 22:11:23.780142 CHECKPOINT PASSED FOR HEIGHT 1150000 <1dd16f626d18e1e988490dfd06de5920e22629c972c58b4d8daddea0038627b2>
2017-Jan-18 22:11:23.780459 CHECKPOINT PASSED FOR HEIGHT 1200000 <fa7d13a90850882060479d100141ff84286599ae39c3277c8ea784393f882d1f>
2017-Jan-18 22:11:23.780520 Core initialized OK
2017-Jan-18 22:11:23.780588 Starting core rpc server...
2017-Jan-18 22:11:23.780666 Run net_service loop( 2 threads)...
2017-Jan-18 22:11:23.780934 [SRV_MAIN]Core rpc server started ok
2017-Jan-18 22:11:23.781293 [SRV_MAIN]Starting p2p net loop...
2017-Jan-18 22:11:23.781401 [SRV_MAIN]Run net_service loop( 10 threads)...
2017-Jan-18 22:11:24.781437 [P2P0]STARTED PEERLIST IDLE HANDSHAKE
2017-Jan-18 22:11:24.781613 [P2P0]FINISHED PEERLIST IDLE HANDSHAKE
2017-Jan-18 22:11:24.781691 [P2P0]Connecting to 5.9.100.248:18080(white=1, last_seen: never)...
2017-Jan-18 22:11:24.781853 [P2P0]connections_ size now 1
2017-Jan-18 22:11:24.781437 [P2P1]
**********************************************************************
The daemon will start synchronizing with the network. It may take up to several hours.

Similarly, for windows the ERROR lines relate to a msys64 path. The windows binaries are downloaded from the github release tag, installed in C:\Program Files\Monero. I might be able to capture this at a future date if needed.

EDIT:

Windows console output:

Code:
"C:\Program Files\Monero\monerod.exe" --data-dir C:\Blockchain\XMR

Code:
Creating the logger system
2017-Jan-18 22:51:06.974618 Initializing cryptonote protocol...
2017-Jan-18 22:51:06.981124 Cryptonote protocol initialized OK
2017-Jan-18 22:51:06.982124 Initializing p2p server...
2017-Jan-18 22:51:27.334971 Set limit-up to 2048 kB/s
2017-Jan-18 22:51:27.335471 Set limit-down to 8192 kB/s
2017-Jan-18 22:51:27.335471 Set limit-up to 2048 kB/s
2017-Jan-18 22:51:27.335471 Set limit-down to 8192 kB/s
2017-Jan-18 22:51:27.340475 ERROR C:/msys64/DISTRIBUTION-BUILD/src/p2p/net_node.inl:145 Failed to load p2p config file, falling back to default config
2017-Jan-18 22:51:27.340976 Binding on 0.0.0.0:18080
2017-Jan-18 22:51:27.341477 Net service bound to 0.0.0.0:18080
2017-Jan-18 22:51:27.341477 Attempting to add IGD port mapping.
2017-Jan-18 22:51:36.455640 Added IGD port mapping.
2017-Jan-18 22:51:36.455640 P2p server initialized OK
2017-Jan-18 22:51:36.456141 Initializing core rpc server...
2017-Jan-18 22:51:36.456141 Binding on 127.0.0.1:18081
2017-Jan-18 22:51:36.456641 Core rpc server initialized OK on port: 18081
2017-Jan-18 22:51:36.456641 Initializing core...
2017-Jan-18 22:51:36.464649 ERROR C:/msys64/DISTRIBUTION-BUILD/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=incompatible native format - size of long
2017-Jan-18 22:51:36.465150 ERROR C:/msys64/DISTRIBUTION-BUILD/src/cryptonote_core/tx_pool.cpp:695 Failed to load memory pool from file C:\Blockchain\XMR/poolstate.bin
2017-Jan-18 22:51:36.465650 Loading blockchain from folder C:\Blockchain\XMR\lmdb ...
2017-Jan-18 22:51:36.466150 option: fast
2017-Jan-18 22:51:36.466150 option: async
2017-Jan-18 22:51:36.466150 option: 1000
2017-Jan-18 22:51:37.045200 Blockchain initialized. last block: 1226774, d0.h0.m18.s30 time ago, current difficulty: 6300089572

















Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
bitebits
Legendary
*
Offline Offline

Activity: 2211
Merit: 3178


Flippin' burgers since 1163.


View Profile
January 19, 2017, 06:05:06 AM
 #33766

Hello,

I need some help to recover my monero wallet. Last time I used it, it was... in 2014. I used the monero client developped by Jojatekok, as you know this client doesn't have any support since 2016. Cry
I still can open my wallet on this client, I can see my balance but the client can't connect to the network after the support was stopped.
So, I still have 3 files : wallet.bin - wallet.bin.address - wallet.bin.keys

I downloaded monero-wallet-gui and put the files in, I opened wallet.bin.key with this client (monero-wallet-gui) but the problem is... the client ask me for a password.  Lips sealed
I never used any password when I used my wallet on the old client and it never asked me to create one so i'm confused. I don't know what to do now... I am desperate to get back my +25 moneros. Cry

Do you have any ideas ?

Thank you!

Haven't used the GUI yet (shame on me!), but with the CLI wallet you need to open wallet.bin instead of wallet.keys

There is a Monero Support thread where you likely will be helped quicker if your issue remains:
https://bitcointalk.org/index.php?topic=652305.0;topicseen

- You can figure out what will happen, not when /Warren Buffett
- Pay any Bitcoin address privately with a little help of Monero.
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
January 19, 2017, 10:46:04 AM
 #33767

Hi,

I'm new to cryptonote technology. I use a dual boot computer, so with some bitcoin type wallets I install the blockchain/wallet on an NTFS partition so I can share them between O/S.
With monero, this seems to cause a few issues. Firstly, the monero daemon on first start up throws up a warning which either seems windows or linux based, possibly due to the p2pstate.bin poolstate.bin files. Restarting in the same O/S and the issue disappears. Secondly, it would seem that the wallet files are incompatible, throwing up a memory allocation error while trying to open the wallet.
I've decided to use separate blockchain daemons on each O/S, but would like to find a way to share the wallet. Would it be possible to have one wallet files in windows, and set up a duplicate wallet file in linux using the following: https://getmonero.org/knowledge-base/user-guides/restore_account ?

For issue one, could you run the daemon with the following flag:

Code:
--log-level 2

On Linux this should be done from the terminal. Thus, cd to the relevant directory or open the terminal from the directory itself and then:

Code:
./monerod --log-level 2

On Windows you should launch from the command prompt (in the relevant directory)

Code:
monerod.exe --log-level 2

The blockchain (and the full bitmonero directory for that matter) should be compatible accross different operating systems.

For issue two, the wallet cache is incompatible, whereas the .keys file is compatible. Thus, you'd have to remove the wallet cache on either of your systems. Note that there are three wallet files, <wallet> (this is the wallet cache), <wallet>.keys, and <wallet>.address.txt (contains your public address). In addition, note that your wallet cache contains private tx keys and recipient addresses for outgoing transfers. Thus, it may be detrimental to remove it. It's generally advised to backup the old, incompatible cache and then remove it.

On Ubuntu 16.04, compiled from github release tag source with all packages except documentation and libgtest-dev (the latter causing compilation issues). release binaries installed in /usr/local/bin.

Code:
monerod --data-dir /windows/Blockchain/XMR --log-level 2
Code:
7-Jan-18 22:10:54.203737 Monero 'Wolfram Warptangent' (v0.10.1.0-release)
2017-Jan-18 22:10:54.204221 Initializing cryptonote protocol...
2017-Jan-18 22:10:54.204293 Cryptonote protocol initialized OK
2017-Jan-18 22:10:54.204476 Initializing p2p server...
2017-Jan-18 22:11:14.208158 DNS seed node lookup either timed out or failed, falling back to defaults
2017-Jan-18 22:11:14.208358 Seed node: 161.67.132.39:18080
2017-Jan-18 22:11:14.208449 Seed node: 163.172.182.165:18080
2017-Jan-18 22:11:14.208542 Seed node: 198.74.231.92:18080
2017-Jan-18 22:11:14.208611 Seed node: 204.12.248.66:18080
2017-Jan-18 22:11:14.208693 Seed node: 5.9.100.248:18080
2017-Jan-18 22:11:14.208761 Number of seed nodes: 5
2017-Jan-18 22:11:14.211542 Set limit-up to 2048 kB/s
2017-Jan-18 22:11:14.211923 Set limit-down to 8192 kB/s
2017-Jan-18 22:11:14.212025 Set limit-up to 2048 kB/s
2017-Jan-18 22:11:14.212139 Set limit-down to 8192 kB/s
2017-Jan-18 22:11:14.212711 Exception: boost::archive::archive_exception
2017-Jan-18 22:11:14.212765 Unwound call stack:
2017-Jan-18 22:11:14.213093      1                  0x64a8a0 __cxa_throw + 0x70
2017-Jan-18 22:11:14.213339      2                  0x7f13843a84f4 void boost::serialization::throw_exception<boost::archive::archive_exception>(boost::archive::archive_exception const&) + 0xc4
2017-Jan-18 22:11:14.213554      3                  0x7f13843abf26 boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::init() + 0x186
2017-Jan-18 22:11:14.213788      4                  0x66f2ec nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core> >::init(boost::program_options::variables_map const&) [clone .constprop.423] + 0xb3c
2017-Jan-18 22:11:14.213990      5                  0x6ba82d daemonize::t_p2p::t_p2p(boost::program_options::variables_map const&, daemonize::t_protocol&) [clone .constprop.240] + 0x9ad
2017-Jan-18 22:11:14.214171      6                  0x504d06 daemonize::t_daemon::t_daemon(boost::program_options::variables_map const&) + 0x276
2017-Jan-18 22:11:14.214353      7                  0x553533 daemonize::t_executor::run_interactive(boost::program_options::variables_map const&) + 0xa3
2017-Jan-18 22:11:14.214545      8                  0x498a19 main + 0x4269
2017-Jan-18 22:11:14.214954      9                  0x7f13853a0830 __libc_start_main + 0xf0
2017-Jan-18 22:11:14.215168     10                  0x4a8899 _start + 0x29
2017-Jan-18 22:11:14.215379     11                  0x0
2017-Jan-18 22:11:14.215535 ERROR /home/paul/Wallets/src/monero-0.10.1/src/p2p/net_node.inl:145 Failed to load p2p config file, falling back to default config
2017-Jan-18 22:11:14.215928 Binding on 0.0.0.0:18080
2017-Jan-18 22:11:14.216123 Net service bound to 0.0.0.0:18080
2017-Jan-18 22:11:14.216207 Attempting to add IGD port mapping.
2017-Jan-18 22:11:15.185140 Exception: boost::thread_interrupted
2017-Jan-18 22:11:15.185247 Unwound call stack:
2017-Jan-18 22:11:15.185507      1                  0x64a8a0 __cxa_throw + 0x70
2017-Jan-18 22:11:15.185696      2                  0x7f1383888506 boost::this_thread::interruption_point() + 0x76
2017-Jan-18 22:11:15.185921      3                  0x5edd44 nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core> >::init(boost::program_options::variables_map const&)::{lambda()#1}::operator()() const [clone .constprop.596] + 0x2e4
2017-Jan-18 22:11:15.186105      4                  0x7f13838885d5 boost::this_thread::interruption_point() + 0x145
2017-Jan-18 22:11:15.186369      5                  0x7f13857506ba start_thread + 0xca
2017-Jan-18 22:11:15.188462      6                  0x7f138548682d clone + 0x6d
2017-Jan-18 22:11:15.189083      7                  0x0
2017-Jan-18 22:11:15.303367 Exception: boost::thread_interrupted
2017-Jan-18 22:11:15.303485 Unwound call stack:
2017-Jan-18 22:11:15.303763      1                  0x64a8a0 __cxa_throw + 0x70
2017-Jan-18 22:11:15.303940      2                  0x7f1383888506 boost::this_thread::interruption_point() + 0x76
2017-Jan-18 22:11:15.304148      3                  0x5edd44 nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core> >::init(boost::program_options::variables_map const&)::{lambda()#1}::operator()() const [clone .constprop.596] + 0x2e4
2017-Jan-18 22:11:15.304313      4                  0x7f13838885d5 boost::this_thread::interruption_point() + 0x145
2017-Jan-18 22:11:15.304550      5                  0x7f13857506ba start_thread + 0xca
2017-Jan-18 22:11:15.304783      6                  0x7f138548682d clone + 0x6d
2017-Jan-18 22:11:15.304992      7                  0x0
2017-Jan-18 22:11:15.444841 Exception: boost::thread_interrupted
2017-Jan-18 22:11:15.444963 Unwound call stack:
2017-Jan-18 22:11:15.445246      1                  0x64a8a0 __cxa_throw + 0x70
2017-Jan-18 22:11:15.445426      2                  0x7f1383888506 boost::this_thread::interruption_point() + 0x76
2017-Jan-18 22:11:15.445633      3                  0x5edd44 nodetool::node_server<cryptonote::t_cryptonote_protocol_handler<cryptonote::core> >::init(boost::program_options::variables_map const&)::{lambda()#1}::operator()() const [clone .constprop.596] + 0x2e4
2017-Jan-18 22:11:15.445795      4                  0x7f13838885d5 boost::this_thread::interruption_point() + 0x145
2017-Jan-18 22:11:15.446030      5                  0x7f13857506ba start_thread + 0xca
2017-Jan-18 22:11:15.446253      6                  0x7f138548682d clone + 0x6d
2017-Jan-18 22:11:15.446457      7                  0x0
2017-Jan-18 22:11:23.460820 Added IGD port mapping.
2017-Jan-18 22:11:23.461010 P2p server initialized OK
2017-Jan-18 22:11:23.461166 Initializing core rpc server...
2017-Jan-18 22:11:23.461261 Binding on 127.0.0.1:18081
2017-Jan-18 22:11:23.461401 Core rpc server initialized OK on port: 18081
2017-Jan-18 22:11:23.461467 Initializing core...
2017-Jan-18 22:11:23.463661 Exception: boost::archive::archive_exception
2017-Jan-18 22:11:23.463735 Unwound call stack:
2017-Jan-18 22:11:23.464031      1                  0x64a8a0 __cxa_throw + 0x70
2017-Jan-18 22:11:23.464279      2                  0x7f13843a84f4 void boost::serialization::throw_exception<boost::archive::archive_exception>(boost::archive::archive_exception const&) + 0xc4
2017-Jan-18 22:11:23.464605      3                  0x7f13843abf26 boost::archive::basic_binary_iarchive<boost::archive::binary_iarchive>::init() + 0x186
2017-Jan-18 22:11:23.464853      4                  0x590855 cryptonote::tx_memory_pool::init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) + 0x4f5
2017-Jan-18 22:11:23.465049      5                  0x68a9f5 cryptonote::core::init(boost::program_options::variables_map const&, cryptonote::test_options const*) + 0x75
2017-Jan-18 22:11:23.465234      6                  0x5035e9 daemonize::t_daemon::run(bool) + 0x1e9
2017-Jan-18 22:11:23.465418      7                  0x553540 daemonize::t_executor::run_interactive(boost::program_options::variables_map const&) + 0xb0
2017-Jan-18 22:11:23.465606      8                  0x498a19 main + 0x4269
2017-Jan-18 22:11:23.465844      9                  0x7f13853a0830 __libc_start_main + 0xf0
2017-Jan-18 22:11:23.466041     10                  0x4a8899 _start + 0x29
2017-Jan-18 22:11:23.466252     11                  0x0
2017-Jan-18 22:11:23.466376 ERROR /home/paul/Wallets/src/monero-0.10.1/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=unsupported version
2017-Jan-18 22:11:23.466435 ERROR /home/paul/Wallets/src/monero-0.10.1/src/cryptonote_core/tx_pool.cpp:695 Failed to load memory pool from file /windows/Blockchain/XMR/poolstate.bin
2017-Jan-18 22:11:23.466834 Locking /windows/Blockchain/XMR/.daemon_lock
2017-Jan-18 22:11:23.467115 Loading blockchain from folder /windows/Blockchain/XMR/lmdb ...
2017-Jan-18 22:11:23.467194 option: fast
2017-Jan-18 22:11:23.467236 option: async
2017-Jan-18 22:11:23.467275 option: 1000
2017-Jan-18 22:11:23.468746 DB map size:     13958643712
2017-Jan-18 22:11:23.468844 Space used:      9793146880
2017-Jan-18 22:11:23.468883 Space remaining: 4165496832
2017-Jan-18 22:11:23.468921 Size threshold:  0
2017-Jan-18 22:11:23.469002 Percent used: 0.7016  Percent threshold: 0.8000
2017-Jan-18 22:11:23.469327 Threshold met (percent-based)
2017-Jan-18 22:11:23.469371 LMDB memory map needs to be resized, doing that now.
2017-Jan-18 22:11:23.469483 LMDB Mapsize increased.  Old: 13312MiB, New: 14336MiB
2017-Jan-18 22:11:23.470356 Setting m_height to: 1226575
2017-Jan-18 22:11:23.471317 reorganizing from 1216496
2017-Jan-18 22:11:23.630864 reorganization done
2017-Jan-18 22:11:23.630983 [check_and_resize_for_batch] checking DB size
2017-Jan-18 22:11:23.631038 DB map size:     15032385536
2017-Jan-18 22:11:23.631081 Space used:      9793146880
2017-Jan-18 22:11:23.631122 Space remaining: 5239238656
2017-Jan-18 22:11:23.631161 Size threshold:  0
2017-Jan-18 22:11:23.631224 Percent used: 0.6515  Percent threshold: 0.8000
2017-Jan-18 22:11:23.763102 Blockchain initialized. last block: 1226574, d0.h6.m21.s49 time ago, current difficulty: 6017385564
2017-Jan-18 22:11:23.763314 Blockchain checkpoints file not found
2017-Jan-18 22:11:23.763838 DNSSEC not available for checkpoint update at URL: checkpoints.moneropulse.co, skipping.
2017-Jan-18 22:11:23.763938 DNSSEC validation failed for checkpoint update at URL: checkpoints.moneropulse.co, skipping.
2017-Jan-18 22:11:23.764356 DNSSEC not available for checkpoint update at URL: checkpoints.moneropulse.se, skipping.
2017-Jan-18 22:11:23.764460 DNSSEC validation failed for checkpoint update at URL: checkpoints.moneropulse.se, skipping.
2017-Jan-18 22:11:23.764846 DNSSEC not available for checkpoint update at URL: checkpoints.moneropulse.org, skipping.
2017-Jan-18 22:11:23.764946 DNSSEC validation failed for checkpoint update at URL: checkpoints.moneropulse.org, skipping.
2017-Jan-18 22:11:23.765313 DNSSEC not available for checkpoint update at URL: checkpoints.moneropulse.net, skipping.
2017-Jan-18 22:11:23.765404 DNSSEC validation failed for checkpoint update at URL: checkpoints.moneropulse.net, skipping.
2017-Jan-18 22:11:23.765467 WARNING: no two valid MoneroPulse DNS checkpoint records were received
2017-Jan-18 22:11:23.765540 [check_and_resize_for_batch] checking DB size
2017-Jan-18 22:11:23.765604 DB map size:     15032385536
2017-Jan-18 22:11:23.765666 Space used:      9793146880
2017-Jan-18 22:11:23.765728 Space remaining: 5239238656
2017-Jan-18 22:11:23.765853 Size threshold:  0
2017-Jan-18 22:11:23.765978 Percent used: 0.6515  Percent threshold: 0.8000
2017-Jan-18 22:11:23.766121 [check_and_resize_for_batch] checking DB size
2017-Jan-18 22:11:23.766226 DB map size:     15032385536
2017-Jan-18 22:11:23.766331 Space used:      9793146880
2017-Jan-18 22:11:23.766432 Space remaining: 5239238656
2017-Jan-18 22:11:23.766533 Size threshold:  0
2017-Jan-18 22:11:23.766650 Percent used: 0.6515  Percent threshold: 0.8000
2017-Jan-18 22:11:23.766775 Threshold met (percent-based)
2017-Jan-18 22:11:23.766878 [batch] DB resize needed
2017-Jan-18 22:11:23.768828 LMDB Mapsize increased.  Old: 14336MiB, New: 15360MiB
2017-Jan-18 22:11:23.769115 CHECKPOINT PASSED FOR HEIGHT 1 <771fbcd656ec1464d3a02ead5e18644030007a0fc664c0a964d30922821a8148>
2017-Jan-18 22:11:23.769227 CHECKPOINT PASSED FOR HEIGHT 10 <c0e3b387e47042f72d8ccdca88071ff96bff1ac7cde09ae113dbb7ad3fe92381>
2017-Jan-18 22:11:23.769489 CHECKPOINT PASSED FOR HEIGHT 100 <ac3e11ca545e57c49fca2b4e8c48c03c23be047c43e471e1394528b1f9f80b2d>
2017-Jan-18 22:11:23.770110 CHECKPOINT PASSED FOR HEIGHT 10000 <c758b7c81f928be3295d45e230646de8b852ec96a821eac3fea4daf3fcac0ca2>
2017-Jan-18 22:11:23.770506 CHECKPOINT PASSED FOR HEIGHT 22231 <7cb10e29d67e1c069e6e11b17d30b809724255fee2f6868dc14cfc6ed44dfb25>
2017-Jan-18 22:11:23.770871 CHECKPOINT PASSED FOR HEIGHT 29556 <53c484a8ed91e4da621bb2fa88106dbde426fe90d7ef07b9c1e5127fb6f3a7f6>
2017-Jan-18 22:11:23.771222 CHECKPOINT PASSED FOR HEIGHT 50000 <0fe8758ab06a8b9cb35b7328fd4f757af530a5d37759f9d3e421023231f7b31c>
2017-Jan-18 22:11:23.771598 CHECKPOINT PASSED FOR HEIGHT 80000 <a62dcd7b536f22e003ebae8726e9e7276f63d594e264b6f0cd7aab27b66e75e3>
2017-Jan-18 22:11:23.772041 CHECKPOINT PASSED FOR HEIGHT 202612 <bbd604d2ba11ba27935e006ed39c9bfdd99b76bf4a50654bc1e1e61217962698>
2017-Jan-18 22:11:23.772098 CHECKPOINT PASSED FOR HEIGHT 202613 <e2aa337e78df1f98f462b3b1e560c6b914dec47b610698b7b7d1e3e86b6197c2>
2017-Jan-18 22:11:23.772177 CHECKPOINT PASSED FOR HEIGHT 202614 <c29e3dc37d8da3e72e506e31a213a58771b24450144305bcba9e70fa4d6ea6fb>
2017-Jan-18 22:11:23.772518 CHECKPOINT PASSED FOR HEIGHT 205000 <5d3d7a26e6dc7535e34f03def711daa8c263785f73ec1fadef8a45880fde8063>
2017-Jan-18 22:11:23.772824 CHECKPOINT PASSED FOR HEIGHT 220000 <9613f455933c00e3e33ac315cc6b455ee8aa0c567163836858c2d9caff111553>
2017-Jan-18 22:11:23.773145 CHECKPOINT PASSED FOR HEIGHT 230300 <bae7a80c46859db355556e3a9204a337ae8f24309926a1312323fdecf1920e61>
2017-Jan-18 22:11:23.773442 CHECKPOINT PASSED FOR HEIGHT 230700 <93e631240ceac831da1aebfc5dac8f722c430463024763ebafa888796ceaeedf>
2017-Jan-18 22:11:23.775137 CHECKPOINT PASSED FOR HEIGHT 231350 <b5add137199b820e1ea26640e5c3e121fd85faa86a1e39cf7e6cc097bdeb1131>
2017-Jan-18 22:11:23.775434 CHECKPOINT PASSED FOR HEIGHT 232150 <955de8e6b6508af2c24f7334f97beeea651d78e9ade3ab18fec3763be3201aa8>
2017-Jan-18 22:11:23.775718 CHECKPOINT PASSED FOR HEIGHT 249380 <654fb0a81ce3e5caf7e3264a70f447d4bd07586c08fa50f6638cc54da0a52b2d>
2017-Jan-18 22:11:23.776186 CHECKPOINT PASSED FOR HEIGHT 460000 <75037a7aed3e765db96c75bcf908f59d690a5f3390baebb9edeafd336a1c4831>
2017-Jan-18 22:11:23.776681 CHECKPOINT PASSED FOR HEIGHT 500000 <2428f0dbe49796be05ed81b347f53e1f7f44aed0abf641446ec2b94cae066b02>
2017-Jan-18 22:11:23.777159 CHECKPOINT PASSED FOR HEIGHT 600000 <f5828ebf7d7d1cb61762c4dfe3ccf4ecab2e1aad23e8113668d981713b7a54c5>
2017-Jan-18 22:11:23.777620 CHECKPOINT PASSED FOR HEIGHT 700000 <12be9b3d210b93f574d2526abb9c1ab2a881b479131fd0d4f7dac93875f503cd>
2017-Jan-18 22:11:23.778220 CHECKPOINT PASSED FOR HEIGHT 825000 <56503f9ad766774b575be3aff73245e9d159be88132c93d1754764f28da2ff60>
2017-Jan-18 22:11:23.778584 CHECKPOINT PASSED FOR HEIGHT 900000 <d9958d0e7dcf91a5a7b11de225927bf7efc6eb26240315ce12372be902cc1337>
2017-Jan-18 22:11:23.778917 CHECKPOINT PASSED FOR HEIGHT 913193 <5292d5d56f6ba4de33a58d9a34d263e2cb3c6fee0aed2286fd4ac7f36d53c85f>
2017-Jan-18 22:11:23.779356 CHECKPOINT PASSED FOR HEIGHT 1000000 <a886ef5149902d8342475fee9bb296341b891ac67c4842f47a833f23c00ed721>
2017-Jan-18 22:11:23.779795 CHECKPOINT PASSED FOR HEIGHT 1100000 <3fd720c5c8b3072fc1ccda922dec1ef25f9ed88a1e6ad4103d0fe00b180a5903>
2017-Jan-18 22:11:23.780142 CHECKPOINT PASSED FOR HEIGHT 1150000 <1dd16f626d18e1e988490dfd06de5920e22629c972c58b4d8daddea0038627b2>
2017-Jan-18 22:11:23.780459 CHECKPOINT PASSED FOR HEIGHT 1200000 <fa7d13a90850882060479d100141ff84286599ae39c3277c8ea784393f882d1f>
2017-Jan-18 22:11:23.780520 Core initialized OK
2017-Jan-18 22:11:23.780588 Starting core rpc server...
2017-Jan-18 22:11:23.780666 Run net_service loop( 2 threads)...
2017-Jan-18 22:11:23.780934 [SRV_MAIN]Core rpc server started ok
2017-Jan-18 22:11:23.781293 [SRV_MAIN]Starting p2p net loop...
2017-Jan-18 22:11:23.781401 [SRV_MAIN]Run net_service loop( 10 threads)...
2017-Jan-18 22:11:24.781437 [P2P0]STARTED PEERLIST IDLE HANDSHAKE
2017-Jan-18 22:11:24.781613 [P2P0]FINISHED PEERLIST IDLE HANDSHAKE
2017-Jan-18 22:11:24.781691 [P2P0]Connecting to 5.9.100.248:18080(white=1, last_seen: never)...
2017-Jan-18 22:11:24.781853 [P2P0]connections_ size now 1
2017-Jan-18 22:11:24.781437 [P2P1]
**********************************************************************
The daemon will start synchronizing with the network. It may take up to several hours.

Similarly, for windows the ERROR lines relate to a msys64 path. The windows binaries are downloaded from the github release tag, installed in C:\Program Files\Monero. I might be able to capture this at a future date if needed.

EDIT:

Windows console output:

Code:
"C:\Program Files\Monero\monerod.exe" --data-dir C:\Blockchain\XMR

Code:
Creating the logger system
2017-Jan-18 22:51:06.974618 Initializing cryptonote protocol...
2017-Jan-18 22:51:06.981124 Cryptonote protocol initialized OK
2017-Jan-18 22:51:06.982124 Initializing p2p server...
2017-Jan-18 22:51:27.334971 Set limit-up to 2048 kB/s
2017-Jan-18 22:51:27.335471 Set limit-down to 8192 kB/s
2017-Jan-18 22:51:27.335471 Set limit-up to 2048 kB/s
2017-Jan-18 22:51:27.335471 Set limit-down to 8192 kB/s
2017-Jan-18 22:51:27.340475 ERROR C:/msys64/DISTRIBUTION-BUILD/src/p2p/net_node.inl:145 Failed to load p2p config file, falling back to default config
2017-Jan-18 22:51:27.340976 Binding on 0.0.0.0:18080
2017-Jan-18 22:51:27.341477 Net service bound to 0.0.0.0:18080
2017-Jan-18 22:51:27.341477 Attempting to add IGD port mapping.
2017-Jan-18 22:51:36.455640 Added IGD port mapping.
2017-Jan-18 22:51:36.455640 P2p server initialized OK
2017-Jan-18 22:51:36.456141 Initializing core rpc server...
2017-Jan-18 22:51:36.456141 Binding on 127.0.0.1:18081
2017-Jan-18 22:51:36.456641 Core rpc server initialized OK on port: 18081
2017-Jan-18 22:51:36.456641 Initializing core...
2017-Jan-18 22:51:36.464649 ERROR C:/msys64/DISTRIBUTION-BUILD/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=incompatible native format - size of long
2017-Jan-18 22:51:36.465150 ERROR C:/msys64/DISTRIBUTION-BUILD/src/cryptonote_core/tx_pool.cpp:695 Failed to load memory pool from file C:\Blockchain\XMR/poolstate.bin
2017-Jan-18 22:51:36.465650 Loading blockchain from folder C:\Blockchain\XMR\lmdb ...
2017-Jan-18 22:51:36.466150 option: fast
2017-Jan-18 22:51:36.466150 option: async
2017-Jan-18 22:51:36.466150 option: 1000
2017-Jan-18 22:51:37.045200 Blockchain initialized. last block: 1226774, d0.h0.m18.s30 time ago, current difficulty: 6300089572


















The .bin files are incompatible across different operating systems. Therefore, your output is expected behavior.

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
January 19, 2017, 11:19:08 AM
 #33768

Hello,

I need some help to recover my monero wallet. Last time I used it, it was... in 2014. I used the monero client developped by Jojatekok, as you know this client doesn't have any support since 2016. Cry
I still can open my wallet on this client, I can see my balance but the client can't connect to the network after the support was stopped.
So, I still have 3 files : wallet.bin - wallet.bin.address - wallet.bin.keys

I downloaded monero-wallet-gui and put the files in, I opened wallet.bin.key with this client (monero-wallet-gui) but the problem is... the client ask me for a password.  Lips sealed
I never used any password when I used my wallet on the old client and it never asked me to create one so i'm confused. I don't know what to do now... I am desperate to get back my +25 moneros. Cry

Do you have any ideas ?

Thank you!

What if you enter a blank password? Does it open the wallet?

The GUI should accept password less wallets.

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
Jon_Snow
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile WWW
January 19, 2017, 12:02:13 PM
 #33769

Thanks for your replies !

Hello,

I need some help to recover my monero wallet. Last time I used it, it was... in 2014. I used the monero client developped by Jojatekok, as you know this client doesn't have any support since 2016. Cry
I still can open my wallet on this client, I can see my balance but the client can't connect to the network after the support was stopped.
So, I still have 3 files : wallet.bin - wallet.bin.address - wallet.bin.keys

I downloaded monero-wallet-gui and put the files in, I opened wallet.bin.key with this client (monero-wallet-gui) but the problem is... the client ask me for a password.  Lips sealed
I never used any password when I used my wallet on the old client and it never asked me to create one so i'm confused. I don't know what to do now... I am desperate to get back my +25 moneros. Cry

Do you have any ideas ?

Thank you!

Haven't used the GUI yet (shame on me!), but with the CLI wallet you need to open wallet.bin instead of wallet.keys

There is a Monero Support thread where you likely will be helped quicker if your issue remains:
https://bitcointalk.org/index.php?topic=652305.0;topicseen

I tried with the cli but he ask me too for a password. I just pressed "enter", then the client stopped by itself.

I will post in this thread, thanks!

What if you enter a blank password? Does it open the wallet?

The GUI should accept password less wallets.

I tried, the pop-up go back and still ask me for a password. I can't open it. Embarrassed


I asked myself about "what if I forgot my password ?" so I created a new wallet with moneroX (the old client). No password created with the wallet, he just instant created it and opened it. So, I moved the new .keys and tried to open the new wallet i just created, with gui and cli but still the same issue, I need to put a password but I don't have it...
I feel like I need to contact Jojatekok, creator of this wallet, only him has the answer.
papa_lazzarou
Hero Member
*****
Offline Offline

Activity: 649
Merit: 500



View Profile
January 19, 2017, 01:25:54 PM
 #33770

I asked myself about "what if I forgot my password ?" so I created a new wallet with moneroX (the old client). No password created with the wallet, he just instant created it and opened it. So, I moved the new .keys and tried to open the new wallet i just created, with gui and cli but still the same issue, I need to put a password but I don't have it...
I feel like I need to contact Jojatekok, creator of this wallet, only him has the answer.

First of all, make a backup of everything Monero before continuing, logs, wallet files, everything you can find. If you haven't already.

I remember early on that the mnemonic seed was saved in the simplewallet log. Check if you still have those.

Which version of MoneroX are you using. From the thread, it had support for displaying the mnemonic seeds from v0.39 onwards.
https://bitcointalk.org/index.php?topic=683365.msg10167266#msg10167266

See if you can still grab the latest stable version and install it. Then see if you can open your wallet and recover the mnemonic seed.

Yaremi
Legendary
*
Offline Offline

Activity: 1960
Merit: 1126


View Profile WWW
January 19, 2017, 01:44:56 PM
 #33771

Hello. Dear Monero community!

Monero [XMR] is listed at Livecoin.net Exchange and available for trading.
 
XMR/BTC  XMR/USD

Welcome all traders. Thanks!

Зaлeтaй в нaш чaт http://allcrypto.chat/
Arvydas77
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 504


★Bitvest.io★ Play Plinko or Invest!


View Profile WWW
January 19, 2017, 02:35:57 PM
 #33772

Hello. Dear Monero community!

Monero [XMR] is listed at Livecoin.net Exchange and available for trading.
 
XMR/BTC  XMR/USD

Welcome all traders. Thanks!

Spreading the volume out, that is good! I bought some XMR this summer and was holding for a long time and only this year I decided to invest 10 BTC from my 1Broker account to Monero. Now just holding and watching the market. Put some on Polo loans.



.
.BIG WINNER!.
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████

▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░████
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████

██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░

██░▄▄▄▄░████▄▄██▄░░░░
████████████▀▀▀▀▀▀▀██
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄

██░████████░███████░█
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████

▀████████████████████▀




Rainbot
Daily Quests
Faucet
Jon_Snow
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile WWW
January 19, 2017, 02:54:51 PM
Last edit: January 19, 2017, 03:25:12 PM by Jon_Snow
 #33773

I asked myself about "what if I forgot my password ?" so I created a new wallet with moneroX (the old client). No password created with the wallet, he just instant created it and opened it. So, I moved the new .keys and tried to open the new wallet i just created, with gui and cli but still the same issue, I need to put a password but I don't have it...
I feel like I need to contact Jojatekok, creator of this wallet, only him has the answer.

First of all, make a backup of everything Monero before continuing, logs, wallet files, everything you can find. If you haven't already.

I remember early on that the mnemonic seed was saved in the simplewallet log. Check if you still have those.

Which version of MoneroX are you using. From the thread, it had support for displaying the mnemonic seeds from v0.39 onwards.
https://bitcointalk.org/index.php?topic=683365.msg10167266#msg10167266

See if you can still grab the latest stable version and install it. Then see if you can open your wallet and recover the mnemonic seed.



Hello, I'm using the version 0.22.0 :
http://img11.hostingpics.net/pics/571848monerox.jpg
(I have 8 connections after the initialing, what does it mean?)

I checked simplewallet log, I can't found any mnemonic seed. Looks like it was not yet implemented.
I downloaded the 0.44.0 version but it ask me for the passphrase...  Cry
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
January 19, 2017, 04:26:37 PM
 #33774

I asked myself about "what if I forgot my password ?" so I created a new wallet with moneroX (the old client). No password created with the wallet, he just instant created it and opened it. So, I moved the new .keys and tried to open the new wallet i just created, with gui and cli but still the same issue, I need to put a password but I don't have it...
I feel like I need to contact Jojatekok, creator of this wallet, only him has the answer.

First of all, make a backup of everything Monero before continuing, logs, wallet files, everything you can find. If you haven't already.

I remember early on that the mnemonic seed was saved in the simplewallet log. Check if you still have those.

Which version of MoneroX are you using. From the thread, it had support for displaying the mnemonic seeds from v0.39 onwards.
https://bitcointalk.org/index.php?topic=683365.msg10167266#msg10167266

See if you can still grab the latest stable version and install it. Then see if you can open your wallet and recover the mnemonic seed.



Hello, I'm using the version 0.22.0 :

(I have 8 connections after the initialing, what does it mean?)

I checked simplewallet log, I can't found any mnemonic seed. Looks like it was not yet implemented.
I downloaded the 0.44.0 version but it ask me for the passphrase...  Cry

Does the "Settings" or "Help" give you an option to obtain the spend key and view key?

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
Jon_Snow
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile WWW
January 19, 2017, 08:20:38 PM
 #33775

Does the "Settings" or "Help" give you an option to obtain the spend key and view key?

Unfortunately, the settings are in grey I can't click on it... excepted Options but nothing interesting here.
http://image.noelshack.com/fichiers/2017/03/1484856689-moneroxsettings.jpg

I don't know but I have access to the debug widow in help, maybe I can use a command line to ask the client to create a password or something else ? I don't know...  Lips sealed
http://image.noelshack.com/fichiers/2017/03/1484856691-moneroxhelp.jpg

What do you think ?
owlcatz
Legendary
*
Offline Offline

Activity: 3626
Merit: 1967



View Profile
January 19, 2017, 08:37:34 PM
 #33776

type "seed" into that and hit send, and it should show your seed.

.
I  C  Λ  R  U  S
██████████
██████▀▀▀██
████▀█████▀█
██████████
██████████
█████████████
░▄████
█████████████
███████████████████
███████████████████
████████░░░▀▀▀▀▀▀▀▀
████████▄▄▄████████
███████████████████
█████████████████▀
░░░██
▄▄▄█
█████
░░░██
░░░██
░░░██
░░░██
░░░
░░░
░░░
▄██████
█▌░▐██
███████▀
█████████████████████
██
███████████████████
██
███████████████████
██
████▀▀▀▀████▀▀█████
██
██░░▄▄░░██░░░█████
██
███▄▄██░░███░░█████
██
███▀▀▀▀░░▀██░░█████
██
██░░░░▄▄▄▄█▀░░▀████
██
██░░░░░░░░█░▀▀░████
██
███████████████████
██
███████████████████
██
███████████████████
█████████████████████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██
██
██
██

██
██
██
██
██
██
██
████
████
██









██
████
████
██









██
████
[/ce
jackshephard
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
January 19, 2017, 08:48:42 PM
 #33777

Haha, at least, Monero is the only to have a use and a positive thing said about it :-)



woobull.com
I guess us in this thread are happy about actually having something usable and again even if you are not into "that" trading it might be bringing profit Smiley not recommended *cough* .
Anyhow the price seems stable, but it falls everytime BTC is going up..
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
January 19, 2017, 08:50:24 PM
 #33778

type "seed" into that and hit send, and it should show your seed.

To add, please don't post a screenshot of the output.

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
wakjeyde
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 20, 2017, 05:43:57 AM
 #33779

can u guys suggest me monero pool worth mining. thnx
ptytrader
Sr. Member
****
Offline Offline

Activity: 466
Merit: 253


Imagine a world without banks.......


View Profile WWW
January 20, 2017, 05:56:39 AM
 #33780

I invested 400 in XMR a few days ago and lucky me, it was the day that mymonero.com was having issues with sending transfers.
Currently, I'm downloading and syncing Monero Core GUI. The latest version. One of the concerns I have is that I won't be able to import mymonero wallet into monero gui.

will the simple wallet commands work with the new client? How do I import the electrum style seed? Please help.

Thank you

|
   

              ▄
              █
             ▐█
            ▄██
 █▌          ▐█
 ██       █████
 ▐██▌      ████
  █████    ████
▐██████▌   ████
  ██████▌ █████
  █████████████
   ████████████
  ▐████████████
   ▐███████████
   ▐███████████
    ███████████
      █████████
       ████████
         ██████
           ▀███
             ▀▀
 

█▄▄              █▄▄
█████▄▄         ██████▄▄
████████       ████████ █
████████ ██   ████████ ██
████████ ███ ████████ ███
████████ ████ ██████ ████
████████ █████ ████ █████
████████ ▀█████ ██ ██████
████████    ▀▀██  ███████
▀███████         ▀███████
   ▀▀███            ▀▀███
       ▀                ▀
 
in
 

             █▀▀▀▄▄▄██▄
             █     ▀██▀
            █
         ▄▄▄█▄▄▄
 ████▄▄███████████▄▄████
▐██████▀▀███████▀▀██████▌
 ▀████    █████    ████▀
  ████▄  ▄█████▄  ▄████
  ▀███████████████████▀
   ▀████▄▀█████▀▄████▀
     ▀▀███▄▄▄▄▄███▀▀
         ▀▀▀▀▀▀▀


             ▄████▄▄   ▄
█▄          ██████████▀▄
███        ███████████▀
▐████▄     ██████████▌
▄▄██████▄▄▄▄█████████▌
▀████████████████████
  ▀█████████████████
  ▄▄███████████████
   ▀█████████████▀
    ▄▄█████████▀
▀▀██████████▀
    ▀▀▀▀▀
 

     ▄▄█▀▀ ▄▄▄▄▄▄▄▄ ▀▀█▄▄
   ▐██▄▄██████████████▄▄██▌
   ████████████████████████
  ▐████████████████████████▌
  ███████▀▀▀██████▀▀▀███████
 ▐██████     ████     ██████▌
 ███████     ████     ███████
▐████████▄▄▄██████▄▄▄████████▌
▐████████████████████████████▌
 █████▄▄▀▀▀▀██████▀▀▀▀▄▄█████
  ▀▀██████          ██████▀▀
      ▀▀▀            ▀▀▀
 

                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌
 
BTC




█▌
█▌          ▐█
█████       ██
████      ▐██▌
████    █████
████   ▐██████▌
█████ ▐██████
█████████████
████████████
████████████▌
███████████▌
███████████▌
███████████
█████████
████████
██████
███▀
▀▀
Pages: « 1 ... 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 [1689] 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 ... 2123 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!