Bitcoin Forum
March 29, 2024, 01:44:29 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 2122 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4666803 times)
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
May 05, 2014, 03:16:28 PM
 #721

I have updated master to 0.8.6.

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
1711719869
Hero Member
*
Offline Offline

Posts: 1711719869

View Profile Personal Message (Offline)

Ignore
1711719869
Reply with quote  #2

1711719869
Report to moderator
1711719869
Hero Member
*
Offline Offline

Posts: 1711719869

View Profile Personal Message (Offline)

Ignore
1711719869
Reply with quote  #2

1711719869
Report to moderator
1711719869
Hero Member
*
Offline Offline

Posts: 1711719869

View Profile Personal Message (Offline)

Ignore
1711719869
Reply with quote  #2

1711719869
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711719869
Hero Member
*
Offline Offline

Posts: 1711719869

View Profile Personal Message (Offline)

Ignore
1711719869
Reply with quote  #2

1711719869
Report to moderator
kuno
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
May 05, 2014, 05:04:21 PM
 #722

The Windows being faster than Linux should be more publicised. If the contrary was a drawback, this should be beneficial to its image.  Cheesy

I think the blockchain folder in the OP is incorrect. In Windows, shouldn't it be in appdata/ROAMING/bitmonero ?
Yes but you get there with %appdata%

you also have to create the bitmonero folder yourself.

The windows path is: %appdata%\bitmonero

It is correct in the OP.
obitoo
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 05, 2014, 05:31:12 PM
 #723

The Windows being faster than Linux should be more publicised. If the contrary was a drawback, this should be beneficial to its image.  Cheesy

I think the blockchain folder in the OP is incorrect. In Windows, shouldn't it be in appdata/ROAMING/bitmonero ?
Yes but you get there with %appdata%

you also have to create the bitmonero folder yourself.

The windows path is: %appdata%\bitmonero

It is correct in the OP.

If you're a windows noob like me though you'll be going there via file Explorer and won't know how to see %appdata% Smiley
natrajx
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 05, 2014, 05:56:35 PM
 #724

when can the windows wallet gui be expected?
vertoe
Hero Member
*****
Offline Offline

Activity: 518
Merit: 505


View Profile
May 05, 2014, 06:04:46 PM
 #725

Hi, the current source code on github does not compile on archlinux.

Code:
[ 61%] Building CXX object src/CMakeFiles/connectivity_tool.dir/connectivity_tool/conn_tool.cpp.o
Linking CXX executable performance_tests
/usr/bin/ld: ../src/libcryptonote_core.a(cryptonote_format_utils.cpp.o): undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
/usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: Fehler: ld gab 1 als Ende-Status zurück
tests/CMakeFiles/performance_tests.dir/build.make:100: recipe for target 'tests/performance_tests' failed
make[3]: *** [tests/performance_tests] Error 1
make[3]: Leaving directory '/home/afri/opt/bitmonero/build/debug'
CMakeFiles/Makefile2:896: recipe for target 'tests/CMakeFiles/performance_tests.dir/all' failed
make[2]: *** [tests/CMakeFiles/performance_tests.dir/all] Error 2
make[2]: *** Warte auf noch nicht beendete Prozesse...

Code:
$ gcc --version
gcc (GCC) 4.9.0
 $ cmake --version
cmake version 2.8.12.2
 $ pacman -Ss boost
extra/boost 1.55.0-6 [Installiert]
    Free peer-reviewed portable C++ source libraries - Development
extra/boost-libs 1.55.0-6 [Installiert]
    Free peer-reviewed portable C++ source libraries - Runtime

Any idea?


-lpthread is missing, see

https://github.com/monero-project/bitmonero/pull/1
SlyWax
Sr. Member
****
Offline Offline

Activity: 248
Merit: 251



View Profile
May 05, 2014, 06:08:46 PM
 #726

Code:
bitmonero wallet v0.8.6.295()
password: *************
Opened wallet: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Starting refresh...
Error: refresh failed: daemon is busy. Please try later. Blocks received: 0

Can't refresh (tried multiple time), bitmonero compiled from source and the daemon is fully synced.
This is not working since few days, I updated source but still not working.
The daemon can mine however.

Any idea ?

Edit : using libboost 1.53
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1197



View Profile
May 05, 2014, 06:33:24 PM
 #727

Code:
bitmonero wallet v0.8.6.295()
password: *************
Opened wallet: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Starting refresh...
Error: refresh failed: daemon is busy. Please try later. Blocks received: 0

Can't refresh (tried multiple time), bitmonero compiled from source and the daemon is fully synced.
This is not working since few days, I updated source but still not working.
The daemon can mine however.

Any idea ?

Edit : using libboost 1.53

Try typing "save" in the daemon window
SlyWax
Sr. Member
****
Offline Offline

Activity: 248
Merit: 251



View Profile
May 05, 2014, 06:41:23 PM
 #728

Code:
bitmonero wallet v0.8.6.295()
password: *************
Opened wallet: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Starting refresh...
Error: refresh failed: daemon is busy. Please try later. Blocks received: 0

Can't refresh (tried multiple time), bitmonero compiled from source and the daemon is fully synced.
This is not working since few days, I updated source but still not working.
The daemon can mine however.

Any idea ?

Edit : using libboost 1.53

Try typing "save" in the daemon window


It worked thanks !
But that's strange since I did multiple exit and relaunch witch would have saved the blockchain.
Any way ... good to know.
eizh
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
May 05, 2014, 06:43:58 PM
 #729

Noob question,

I've been getting this a lot:
Quote
2014-May-05 03:40:45.540602 [P2P1][sock 201] Some problems at write: Broken pipe:32

Any idea what this means?

Also -
I'm on Xubuntu 13.10
I compiled without specifying # of threads, but I am actively mining with 8 threads.
Since I didn't specify number of threads when compiling, will there be a detrimental effect?
I have Dual Xeon 5160's at 3Ghz and am getting 14H/s when using all cores.

In general this means you terminated some connection. I'm not sure it does any harm here, though.

Compiling with more threads just compiles faster. It has no effect on the resulting program or your ability to mine with more threads.
juve4v
Hero Member
*****
Offline Offline

Activity: 505
Merit: 500


View Profile
May 05, 2014, 06:47:07 PM
 #730

I can't download binaries off mega.Please upload somewhere else, ty!
BitKoot
Member
**
Offline Offline

Activity: 113
Merit: 10



View Profile
May 05, 2014, 06:53:11 PM
 #731

when can the windows wallet gui be expected?

I have been trying to create a simple wrapper for the simplewallet and daemon. But I'm running into problems with the public (JSON RPC) API. The documentation on the bytecoin wiki is not accurate (some methods don't exists any more, others are missing specification of the input).

I can read the balance from the wallet and general info from the daemon. But I can't read a list of incomming transfers (this method does not seem to be available). I tried getting all the blocks and parsing them, but I can get the call for getblocks.bin working.

Has anyone got any further than me? I can post examples of how to make the JSON RPC calls. But I'm still missing big parts of functionality before I can even think of making a Windows wallet implementation.
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 05, 2014, 07:00:09 PM
 #732

when can the windows wallet gui be expected?

I have been trying to create a simple wrapper for the simplewallet and daemon. But I'm running into problems with the public (JSON RPC) API. The documentation on the bytecoin wiki is not accurate (some methods don't exists any more, others are missing specification of the input).

I can read the balance from the wallet and general info from the daemon. But I can't read a list of incomming transfers (this method does not seem to be available). I tried getting all the blocks and parsing them, but I can get the call for getblocks.bin working.

Has anyone got any further than me? I can post examples of how to make the JSON RPC calls. But I'm still missing big parts of functionality before I can even think of making a Windows wallet implementation.
Simplewallet can read a list of incoming transfers. The command is incoming_transfers
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1197



View Profile
May 05, 2014, 07:04:01 PM
 #733

Code:
bitmonero wallet v0.8.6.295()
password: *************
Opened wallet: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Starting refresh...
Error: refresh failed: daemon is busy. Please try later. Blocks received: 0

Can't refresh (tried multiple time), bitmonero compiled from source and the daemon is fully synced.
This is not working since few days, I updated source but still not working.
The daemon can mine however.

Any idea ?

Edit : using libboost 1.53

Try typing "save" in the daemon window


It worked thanks !
But that's strange since I did multiple exit and relaunch witch would have saved the blockchain.
Any way ... good to know.

Some kind of race condition in the code. Sometimes it comes up with broken RPC, sometimes it works fine. Doing "save" seems to resolve it.
Keyboard-Mash
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 05, 2014, 07:27:26 PM
 #734

Nice movement on the spreadsheet exchange:

14.17 BTC volume so far for 5/5 -- a large amount for a spreadsheet exchange. That's 3.65x more than yesterday, and the price has went up from a .000442 average yesterday to .000796 (average for the day), a gain of 80%.

It looks like people are gaining a lot of trust in Smooth - a great thing, we're recovering from the departure of TFT, there's lots of news about a pool coming very soon, the blockchain didn't get stuck, the newest update was successfully pushed through, the hashrate doubled, and the miners have been optimized (even though there's currently a favor toward windows machines, but it sounds like that's being worked on).

Lots of great news! Looking forward to seeing even more new people posting every day.
BitKoot
Member
**
Offline Offline

Activity: 113
Merit: 10



View Profile
May 05, 2014, 07:29:40 PM
 #735

Simplewallet can read a list of incoming transfers. The command is incoming_transfers

I know Smiley. The command I'm refering to is not entered at the command line, but sent via HTTP messages, specifically used for communication between two processes.
vidocq
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
May 05, 2014, 07:47:02 PM
 #736

I can't download binaries off mega.Please upload somewhere else, ty!

I have the same problem.
Pruden
Hero Member
*****
Offline Offline

Activity: 496
Merit: 500

Spanish Bitcoin trader


View Profile
May 05, 2014, 07:55:12 PM
 #737

The Windows being faster than Linux should be more publicised. If the contrary was a drawback, this should be beneficial to its image.  Cheesy

I think the blockchain folder in the OP is incorrect. In Windows, shouldn't it be in appdata/ROAMING/bitmonero ?
Yes but you get there with %appdata%

you also have to create the bitmonero folder yourself.

The windows path is: %appdata%\bitmonero

It is correct in the OP.

If you're a windows noob like me though you'll be going there via file Explorer and won't know how to see %appdata% Smiley
This is what I meant. Smiley

And please post binaries in more than one location. Mega has failed for the second time in a few days. Thanks!
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
May 05, 2014, 08:02:32 PM
 #738

Is making a Monero paper wallet possible?
MCOnyx
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
May 05, 2014, 08:08:50 PM
 #739

Can't download binaries either from MEGA. Someone upload somewhere else please, thanks.

VidioShare:  VHQRWnpV2MX9WBEnR5NbF4D2gqfkAZbW1H

QORA | 2ND GEN | NEW SOURCE CODE | QWfwFHPJ2GMnW5cMCY6RA7vkfQsBS1P4aL
Free SIGNs giving everyday. Be part, do not miss!. StF84GSmES8FSNQdTdhse95CdEYrngdro9
pozmu
Hero Member
*****
Offline Offline

Activity: 770
Merit: 504


(っ◔◡◔)っ🍪


View Profile
May 05, 2014, 08:11:18 PM
 #740

Simplewallet can read a list of incoming transfers. The command is incoming_transfers

I know Smiley. The command I'm refering to is not entered at the command line, but sent via HTTP messages, specifically used for communication between two processes.

API is the "right way" to do it, but if it's not complete it may be possible to make graphic wallet as a front-end to command line one...

Can't download binaries either from MEGA. Someone upload somewhere else please, thanks.

Patience, it eventually works

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ... 2122 »
  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!