Author

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

member
Activity: 196
Merit: 10
i here tft is no longer part of the project. so is he forking or relaunching bytecoin under new name and new parameters (merged mining with flatter emission curve.) also. what is the end consensus for the emission curve for monero. will it be adjusted.

just curious.
hero member
Activity: 770
Merit: 504
(っ◔◡◔)っ🍪
Also I have one feature request. Can we have the daemon auto-save the blockchain? Maybe every 30 minutes or so.

I think it's already implemented  Huh
legendary
Activity: 2968
Merit: 1198
Can we have the daemon auto-save the blockchain? Maybe every 30 minutes or so.

It does that. I don't know what triggers it though.
newbie
Activity: 37
Merit: 0
I have updated master to 0.8.6.

Are NoodleDoodle's windows enhancements included in this version? Or were the windows improvements due to his windows compiler settings?

Also I have one feature request. Can we have the daemon auto-save the blockchain? Maybe every 30 minutes or so.
hero member
Activity: 770
Merit: 504
(っ◔◡◔)っ🍪
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
full member
Activity: 177
Merit: 100
Can't download binaries either from MEGA. Someone upload somewhere else please, thanks.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Is making a Monero paper wallet possible?
hero member
Activity: 496
Merit: 500
Spanish Bitcoin trader
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!
newbie
Activity: 52
Merit: 0
I can't download binaries off mega.Please upload somewhere else, ty!

I have the same problem.
member
Activity: 113
Merit: 10
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.
newbie
Activity: 56
Merit: 0
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.
legendary
Activity: 2968
Merit: 1198
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.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
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
member
Activity: 113
Merit: 10
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.
hero member
Activity: 505
Merit: 500
I can't download binaries off mega.Please upload somewhere else, ty!
hero member
Activity: 560
Merit: 500
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.
sr. member
Activity: 248
Merit: 251
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.
legendary
Activity: 2968
Merit: 1198
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
sr. member
Activity: 248
Merit: 251
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
hero member
Activity: 518
Merit: 505
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
Jump to: