Bitcoin Forum
April 19, 2024, 12:45:42 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 ... 2122 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4666933 times)
emontmon
Member
**
Offline Offline

Activity: 196
Merit: 10


View Profile
May 11, 2014, 02:00:23 PM
 #1361

with the upcomming pool technology for this coin I have some questions concerns
1. with the transaction time of 1 minute. will the pool make it impossible to mine solo as a solo miner will be competeting against a pool. Meaning, the solo miner may find a block but given the transaction time so low, it will likely be orphaned and thus wasted work and energy.
2. will you create a mechanism so that a poole can be created by many. otherwise if there are only 1-2 pools, will this not essentially centralize the currency. exactly the opposite of what its goal is aimed to be.

to the current devs. with the current activity and creation of bcn forks in the last few weeks alongside the newbie accounts who are bashing this coin sowing confusion, this coin has execptional potential. Please consider the above and assure your success.

I would like to create a pool, and I am sure others would like to as well. as the technology was made easily available to you, can you do the same now and carry the ball even further than where cryptonote/bytecoin left it. make it now more available to those that do not know coding to any level near your ability. essentially I am asking for a walkthrough step by step.
1713487542
Hero Member
*
Offline Offline

Posts: 1713487542

View Profile Personal Message (Offline)

Ignore
1713487542
Reply with quote  #2

1713487542
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713487542
Hero Member
*
Offline Offline

Posts: 1713487542

View Profile Personal Message (Offline)

Ignore
1713487542
Reply with quote  #2

1713487542
Report to moderator
1713487542
Hero Member
*
Offline Offline

Posts: 1713487542

View Profile Personal Message (Offline)

Ignore
1713487542
Reply with quote  #2

1713487542
Report to moderator
DStrange
Sr. Member
****
Offline Offline

Activity: 336
Merit: 251


View Profile
May 11, 2014, 03:27:17 PM
 #1362

I wrote a letter to MintPal in order they add BCN, MRO, FCN and QCN to the vote list. Waiting for the answer now.

33zer0w0lf
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile WWW
May 11, 2014, 03:46:29 PM
 #1363

I wrote a letter to MintPal in order they add BCN, MRO, FCN and QCN to the vote list. Waiting for the answer now.
I have done this as well, yesterday.  haven't received a response yet.

http://www.extremepool.org (BCN) (MRO) (QCN) (XDN) (BBR) (AEON) (ORION) (DSH) (CRR) (INF8)
human
Full Member
***
Offline Offline

Activity: 197
Merit: 100


View Profile
May 11, 2014, 03:58:56 PM
Last edit: May 11, 2014, 08:19:09 PM by human
 #1364

I have troubles compiling AND running the binary on my Mac:

This happens when I run the binary
Code:
[...]/monero.osx.x64.050814/bitmonerod ; exit;
dyld: Library not loaded: /usr/local/lib/libboost_system-mt.dylib
  Referenced from: /[...]/monero.osx.x64.050814/bitmonerod
  Reason: image not found
Trace/BPT trap: 5
logout

[Process completed]

And this happens when I run make in the source:

Code:
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   atomic
--   program_options
-- Found Git: /usr/bin/git
-- Could NOT find Threads (missing:  Threads_FOUND)
-- Configuring done
-- Generating done
-- Build files have been written to: /[...]/build/release
cd build/release && /Applications/Xcode.app/Contents/Developer/usr/bin/make
fatal: No names found, cannot describe anything.
CMake Warning at src/version.cmake:3 (message):
  Cannot determine current revision.  Make sure that you are building either
  from a Git working tree or from a source archive.


[  0%] Built target version
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
error: unknown warning option '-Wno-overloaded-shift-op-parentheses'; did you mean '-Wno-shift-op-parentheses'?
      [-Werror,-Wunknown-warning-option]
make[3]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o] Error 1
make[2]: *** [external/miniupnpc/CMakeFiles/upnpc-static.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [build-release] Error 2

Any idea what's wrong?
randomlygenerated
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
May 11, 2014, 05:53:52 PM
 #1365

Is there any bug with the latest binary? here it stops syncing and i have to restart several times  Embarrassed

I have been getting that too. It seems to get 'stuck' on a certain block and I need to exit and relaunch the daemon.

Code:
2014-May-11 15:42:01.220109 [P2P1]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:43:03.468463 [P2P0]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:44:05.729830 [P2P1]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:45:07.844057 [P2P2]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:46:10.055376 [P2P7]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:47:12.134569 [P2P0]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:48:14.224773 [P2P9]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:49:16.357017 [P2P7]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:50:18.515286 [P2P1]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:51:20.735614 [P2P4]BH: 35062, DIFF: 11459141, HR: 190985 H/s
2014-May-11 15:52:22.899888 [P2P1]BH: 35062, DIFF: 11459141, HR: 190985 H/s

Once it was stuck for almost an hour before I noticed and restarted it.
parker928
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
May 11, 2014, 06:32:04 PM
 #1366

i can't get this to work...

stops syncing at a certain block...
blaaaaacksuit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Who cares?


View Profile
May 11, 2014, 06:51:17 PM
 #1367

i can't get this to work...

stops syncing at a certain block...

Are you using the latest binaries?  Did you download the latest blockchain file on the first page?
Keyboard-Mash
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
May 11, 2014, 07:02:50 PM
 #1368

yes, its obvious theres something wrong, many people with same bug


Which binary? I have not had any problems with the binary in the OP : https://bitcointalk.org/index.php?topic=583449.msg6382239#msg6382239
blaaaaacksuit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Who cares?


View Profile
May 11, 2014, 07:13:31 PM
 #1369

i can't get this to work...

stops syncing at a certain block...

Are you using the latest binaries?  Did you download the latest blockchain file on the first page?

yes, its obvious theres something wrong, many people with same bug

For all binaries or is it isolated to a specific operating system?
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
May 11, 2014, 07:33:16 PM
 #1370

1. Yes the possibility of orphans create an advantage for large pools. But I wouldn't say it will ever be the case that it is "likely" your blocks will be orphaned. It is more like a small increase in the percentages. You have to trade that off against the pool fees, the possibility that the pool gets hacked or is dishonest and the increased late share latency. How that all works out is not clear, but it will certainly never be impossible to solo mine. (Extreme patience will always be required though. If you want instant gratification solo mining of any mature coin is not for you.)

2. We have gone out of our way to ensure the the first developed pool software is open source so people can use those packages to create as many pools as they want. This should not and almost certainly will not require coding but it will require admin skills and perhaps web design skills.


with the upcomming pool technology for this coin I have some questions concerns
1. with the transaction time of 1 minute. will the pool make it impossible to mine solo as a solo miner will be competeting against a pool. Meaning, the solo miner may find a block but given the transaction time so low, it will likely be orphaned and thus wasted work and energy.
2. will you create a mechanism so that a poole can be created by many. otherwise if there are only 1-2 pools, will this not essentially centralize the currency. exactly the opposite of what its goal is aimed to be.

to the current devs. with the current activity and creation of bcn forks in the last few weeks alongside the newbie accounts who are bashing this coin sowing confusion, this coin has execptional potential. Please consider the above and assure your success.

I would like to create a pool, and I am sure others would like to as well. as the technology was made easily available to you, can you do the same now and carry the ball even further than where cryptonote/bytecoin left it. make it now more available to those that do not know coding to any level near your ability. essentially I am asking for a walkthrough step by step.
randomlygenerated
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
May 11, 2014, 08:01:39 PM
 #1371

yes, its obvious theres something wrong, many people with same bug


Which binary? I have not had any problems with the binary in the OP : https://bitcointalk.org/index.php?topic=583449.msg6382239#msg6382239

I'm using the latest binaries from the OP too, and have noticed the 'stuck at certain block' bug from my post a couple of posts up on two different machines (both Win 8.1, x64).
eizh
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
May 11, 2014, 08:01:57 PM
 #1372


Chinese translation of main thread : https://bitcointalk.org/index.php?topic=604293.msg6666474#msg6666474
Mining guide will be tranlated later.


Thank you, lisalee!
luckygenough56
Legendary
*
Offline Offline

Activity: 1526
Merit: 1012



View Profile
May 11, 2014, 08:03:34 PM
 #1373

still no pool for botnet coin...relaunch
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
May 11, 2014, 08:07:58 PM
 #1374

The world’s first exchange for Monero just opened!

A beta test was done in partnership with the Monero developers and the end result was very satisfying. The exchange is operational and new features will be released soon.

Inauguration bonus:
  • The first 10 first users will be credited 10 MRO each.
  • The 10 first depositers will be credited 20 MRO.
  • Beta testers will receive a little surprise in their account after they sign up again.
(forum thread pending)

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
May 11, 2014, 08:12:16 PM
 #1375

The world’s first exchange for Monero just opened!

A beta test was done in partnership with the Monero developers and the end result was very satisfying. The exchange is operational and new features will be released soon.

Inauguration bonus:
  • The first 10 first users will be credited 10 MRO each.
  • The 10 first depositers will be credited 20 MRO.
  • Beta testers will receive a little surprise in their account after they sign up again.
(forum thread pending)

A milestone Smiley

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
May 11, 2014, 08:13:16 PM
 #1376

still no pool for botnet coin...relaunch

Beta pools are coded, see the pool bounty thread.

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

Activity: 560
Merit: 500



View Profile
May 11, 2014, 08:18:56 PM
 #1377

Seems like we went from walking to sprinting over just the last 2 days. Smiley Network hashrate agrees.
blaaaaacksuit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Who cares?


View Profile
May 11, 2014, 08:20:08 PM
 #1378

david, how long do mro deposits take to show up there?
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
May 11, 2014, 08:20:51 PM
 #1379

david, how long do mro deposits take to show up there?
Less than two minutes.

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
blaaaaacksuit
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

Who cares?


View Profile
May 11, 2014, 08:23:16 PM
 #1380

david, how long do mro deposits take to show up there?
Less than two minutes.

It's been like 5 minutes, still not seeing the deposit
Pages: « 1 ... 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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 ... 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!