Bitcoin Forum
April 30, 2024, 07:19:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 [1168] 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 ... 2123 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4667165 times)
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
April 25, 2015, 01:36:17 AM
 #23341

TY oblox but what part of drooling masses don't you understand? Grin

Has anybody actually built the windows version?

I am looking forward to running a node again.

I've built it, just no luck converting an already synced up blockchain. I really don't want to bite the bullet and do it from genesis again but may have to. Come to think of it, fuck it, I'm just going to leave it run.

If you can't get the converter or import+export to work, another option is to sync your new node from your old node using --add-exclusive-node. That is somewhat faster and obviously uses little to no external bandwidth. This can even be done on the same computer if you make sure to use different ports and different data directories.





Care to elaborate on the appropriate setup?

For all intensive purposes, the synced node is running on local ip 192.168.1.71 with an --rpc-bind-ip 0.0.0.0 argument (for linux box running a wallet connecting to the remote node for refreshes). Datadir is default so I launch with:

bitmonero --rpc-bind-ip 0.0.0.0

Trying to test the new build for the database with a datadir in D:\bitmonero. Launching the second daemon, I am using:

bitmonerod --data-dir D:\Monero\ --rpc-bind-port 18085 --add-exclusive-node 192.168.1.71:18080

This just causes the same block to continuing syncing, block 2201. Any other arguments missing from either setup?

Probably the node is connecting to itself or otherwise failing.

You need to set the --p2p-bind-port to something nonstandard, in addition to the --rpc-bind-port. If you are connecting to the same computer you can use 127.0.0.1:18080 as your exclusive node address. That will be slightly faster than using an actual IP

1714504761
Hero Member
*
Offline Offline

Posts: 1714504761

View Profile Personal Message (Offline)

Ignore
1714504761
Reply with quote  #2

1714504761
Report to moderator
1714504761
Hero Member
*
Offline Offline

Posts: 1714504761

View Profile Personal Message (Offline)

Ignore
1714504761
Reply with quote  #2

1714504761
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714504761
Hero Member
*
Offline Offline

Posts: 1714504761

View Profile Personal Message (Offline)

Ignore
1714504761
Reply with quote  #2

1714504761
Report to moderator
1714504761
Hero Member
*
Offline Offline

Posts: 1714504761

View Profile Personal Message (Offline)

Ignore
1714504761
Reply with quote  #2

1714504761
Report to moderator
1714504761
Hero Member
*
Offline Offline

Posts: 1714504761

View Profile Personal Message (Offline)

Ignore
1714504761
Reply with quote  #2

1714504761
Report to moderator
oblox
Legendary
*
Offline Offline

Activity: 1442
Merit: 1018


View Profile
April 25, 2015, 01:44:09 AM
 #23342

TY oblox but what part of drooling masses don't you understand? Grin

Has anybody actually built the windows version?

I am looking forward to running a node again.

I've built it, just no luck converting an already synced up blockchain. I really don't want to bite the bullet and do it from genesis again but may have to. Come to think of it, fuck it, I'm just going to leave it run.

If you can't get the converter or import+export to work, another option is to sync your new node from your old node using --add-exclusive-node. That is somewhat faster and obviously uses little to no external bandwidth. This can even be done on the same computer if you make sure to use different ports and different data directories.





Care to elaborate on the appropriate setup?

For all intensive purposes, the synced node is running on local ip 192.168.1.71 with an --rpc-bind-ip 0.0.0.0 argument (for linux box running a wallet connecting to the remote node for refreshes). Datadir is default so I launch with:

bitmonero --rpc-bind-ip 0.0.0.0

Trying to test the new build for the database with a datadir in D:\bitmonero. Launching the second daemon, I am using:

bitmonerod --data-dir D:\Monero\ --rpc-bind-port 18085 --add-exclusive-node 192.168.1.71:18080

This just causes the same block to continuing syncing, block 2201. Any other arguments missing from either setup?

Probably the node is connecting to itself or otherwise failing.

You need to set the --p2p-bind-port to something nonstandard, in addition to the --rpc-bind-port. If you are connecting to the same computer you can use 127.0.0.1:18080 as your exclusive node address. That will be slightly faster than using an actual IP



Yep, these two daemons would be on windows so using the local address would be fine in that regard. Adding --p2p-bind-port 5555 to the new db build still results in syncing stuck at block 2201 (sync data returned unknown top block: 2201):

bitmonerod --data-dir D:\Monero\ --p2p-bind-port 5555 --rpc-bind-port 18085 --add-exclusive-node 127.0.0.1:18080

The other daemon (pre db rollout) is synced to the latest block. Thoughts?

EDIT:

Connecting from the new db build to port 18081 on local causes the synced node to spit out this:

Code:
C:\Monero>bitmonerod.exe --rpc-bind-ip 0.0.0.0
2015-Apr-24 20:45:55.441816 Starting...
2015-Apr-24 20:45:55.441816 bitmonero v0.8.8.6-release
2015-Apr-24 20:45:55.441816 Module folder: bitmonerod.exe
2015-Apr-24 20:45:55.441816 Initializing P2P server...
2015-Apr-24 20:46:07.581833 Binding on 0.0.0.0:18080
2015-Apr-24 20:46:07.581833 Net service bound to 0.0.0.0:18080
2015-Apr-24 20:46:07.581833 Attempting to add IGD port mapping.
2015-Apr-24 20:46:11.162838 UPnP device was found but not recoginzed as IGD.
2015-Apr-24 20:46:11.162838 P2P server initialized OK
2015-Apr-24 20:46:11.162838 Initializing protocol...
2015-Apr-24 20:46:11.162838 Protocol initialized OK
2015-Apr-24 20:46:11.162838 Initializing core RPC server...
2015-Apr-24 20:46:11.162838 Binding on 0.0.0.0:18081
2015-Apr-24 20:46:11.172838 Core RPC server initialized OK on port: 18081
2015-Apr-24 20:46:11.172838 Initializing core...
2015-Apr-24 20:46:11.172838 Loading blockchain...
2015-Apr-24 20:47:26.996943 Blockchain initialized. last block: 535484, d0.h0.m3
6.s58 time ago, current difficulty: 921999187
2015-Apr-24 20:47:27.186943 Core initialized OK
2015-Apr-24 20:47:27.186943 Starting core RPC server...
2015-Apr-24 20:47:27.186943 Run net_service loop( 2 threads)...
2015-Apr-24 20:47:27.186943 [SRV_MAIN]Core RPC server started ok
2015-Apr-24 20:47:27.186943 [SRV_MAIN]Starting P2P net loop...
2015-Apr-24 20:47:27.186943 [SRV_MAIN]Run net_service loop( 10 threads)...
2015-Apr-24 20:47:27.196943 [P2P2]
**********************************************************************
You are now synchronized with the network. You may now start simplewallet.

Please note, that the blockchain will be saved only after you quit the daemon wi
th "exit" command or if you use "save" command.
Otherwise, you will possibly need to synchronize the blockchain again.

Use "help" command to see the list of available commands.
**********************************************************************
2015-Apr-24 20:47:27.196943 [P2P0][93.74.42.79:17428 INC]Sync data returned unkn
own top block: 535485 -> 535520 [35 blocks (0 days) behind]
SYNCHRONIZATION started
2015-Apr-24 20:47:27.196943 [P2P4][61.234.152.135:2306 INC]Sync data returned un
known top block: 535485 -> 535521 [36 blocks (0 days) behind]
SYNCHRONIZATION started
2015-Apr-24 20:47:27.196943 [P2P1][178.235.245.176:35259 INC]Sync data returned
unknown top block: 535485 -> 535520 [35 blocks (0 days) behind]
SYNCHRONIZATION started
2015-Apr-24 20:47:28.186945 [P2P9]
**********************************************************************
The daemon will start synchronizing with the network. It may take up to several
hours.

You can set the level of process detailization* through "set_log <level>" comman
d*, where <level> is between 0 (no details) and 4 (very verbose).

Use "help" command to see the list of available commands.

Note: in case you need to interrupt the process, use "exit" command. Otherwise,
the current progress won't be saved.
**********************************************************************
2015-Apr-24 20:47:28.866946 [P2P3][94.23.216.116:10201 OUT]Sync data returned un
known top block: 535485 -> 535521 [36 blocks (0 days) behind]
SYNCHRONIZATION started
2015-Apr-24 20:47:29.046946 [P2P9][46.183.145.69:18080 OUT]Sync data returned un
known top block: 535485 -> 535521 [36 blocks (0 days) behind]
SYNCHRONIZATION started
2015-Apr-24 20:47:31.336949 [P2P3][46.183.145.69:18080 OUT] SYNCHRONIZED OK
2015-Apr-24 20:47:49.657974 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:355 simple_http_connection_handler<t_connection_context>
::handle_invoke_query_line(): Failed to match first line: ☺!☺☺☺☺☺☺╡       ☺Θ♥
   ☺   ☺   ☺◄☺☺☺☺☻      node_data♀►
local_time♣E≥:U    ^my_port♠│§
network_id
π╬)╬♀payload_data♫current_height♣      ♠top_id
Ç└åá┤ê╙σ
r       K☻ gû·~`4ëµ█ΩG╜¶ü
2015-Apr-24 20:47:49.657974 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:299 simple_http_connection_handler::handle_char_out: Err
or state!!!
2015-Apr-24 20:47:56.658984 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:355 simple_http_connection_handler<t_connection_context>
::handle_invoke_query_line(): Failed to match first line: ☺!☺☺☺☺☺☺╡       ☺Θ♥
   ☺   ☺   ☺◄☺☺☺☺☻      node_data♀►
local_time♣L≥:U    ^my_port♠│§
network_id
π╬)╬♀payload_data♫current_height♣      ♠top_id
Ç└åá┤ê╙σ
r       K☻ gû·~`4ëµ█ΩG╜¶ü
2015-Apr-24 20:47:56.658984 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:299 simple_http_connection_handler::handle_char_out: Err
or state!!!
2015-Apr-24 20:48:03.658994 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:355 simple_http_connection_handler<t_connection_context>
::handle_invoke_query_line(): Failed to match first line: ☺!☺☺☺☺☺☺╡       ☺Θ♥
   ☺   ☺   ☺◄☺☺☺☺☻      node_data♀►
local_time♣S≥:U    ^my_port♠│§
network_id
π╬)╬♀payload_data♫current_height♣      ♠top_id
Ç└åá┤ê╙σ
r       K☻ gû·~`4ëµ█ΩG╜¶ü
2015-Apr-24 20:48:03.658994 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:299 simple_http_connection_handler::handle_char_out: Err
or state!!!
2015-Apr-24 20:48:10.659003 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:355 simple_http_connection_handler<t_connection_context>
::handle_invoke_query_line(): Failed to match first line: ☺!☺☺☺☺☺☺╡       ☺Θ♥
   ☺   ☺   ☺◄☺☺☺☺☻      node_data♀►
local_time♣Z≥:U    ^my_port♠│§
network_id
π╬)╬♀payload_data♫current_height♣      ♠top_id
Ç└åá┤ê╙σ
r       K☻ gû·~`4ëµ█ΩG╜¶ü
2015-Apr-24 20:48:25.560024 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:299 simple_http_connection_handler::handle_char_out: Err
or state!!!
2015-Apr-24 20:48:25.660024 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:355 simple_http_connection_handler<t_connection_context>
::handle_invoke_query_line(): Failed to match first line: ☺!☺☺☺☺☺☺╡       ☺Θ♥
   ☺   ☺   ☺◄☺☺☺☺☻      node_data♀►
local_time♣i≥:U    ^my_port♠│§
network_id
π╬)╬♀payload_data♫current_height♣      ♠top_id
Ç└åá┤ê╙σ
r       K☻ gû·~`4ëµ█ΩG╜¶ü
2015-Apr-24 20:48:25.660024 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:299 simple_http_connection_handler::handle_char_out: Err
or state!!!
2015-Apr-24 20:48:32.661034 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:355 simple_http_connection_handler<t_connection_context>
::handle_invoke_query_line(): Failed to match first line: ☺!☺☺☺☺☺☺╡       ☺Θ♥
   ☺   ☺   ☺◄☺☺☺☺☻      node_data♀►
local_time♣p≥:U    ^my_port♠│§
network_id
π╬)╬♀payload_data♫current_height♣      ♠top_id
Ç└åá┤ê╙σ
r       K☻ gû·~`4ëµ█ΩG╜¶ü
2015-Apr-24 20:48:32.771034 [RPC1]ERROR C:/bitmonero/contrib/epee/include/net/ht
tp_protocol_handler.inl:299 simple_http_connection_handler::handle_char_out: Err
or state!!!
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
April 25, 2015, 02:12:42 AM
 #23343

Connecting from the new db build to port 18081 on local causes the synced node to spit out this:

I'm not sure, maybe a Windows-specific issue. I only use Linux and I just tried it again, everything worked fine.
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
April 25, 2015, 02:27:31 AM
 #23344


seriously. a lot of amazing in that article.

its really interesting thinking about cryptocurrencies when reading about that article, and wondering why they' aren't catching like wildfire for these communities trying to hoard value without being taxed to hoard it (the whole negative interest rate thing)

I guess it mainly boils down to the fact that none of the cryptocurrencies have a stable value, so they're not a definite store of value, as opposed to holding X number of a governments fiat currency - because, for various reasons, those things have a given value (backed by the government i guess?)

so the question is at what point does any cryptocurrency become a stable store of value to begin attracting those that are trying to avoid the negative interest rates that are besetting contemporary finance? I'm assuming its merely a measure of time - but how much time? and how much stability?

And it will be interesting if bitcoin can maintain its value as this fungibility thing plays out.


< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
April 25, 2015, 02:53:26 AM
 #23345

For all intensive purposes...
Sorry, but this is a pet peeve of mine.  What you should say instead is "for all intents and purposes..."

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
April 25, 2015, 02:59:52 AM
 #23346

For all intensive purposes...
Sorry, but this is a pet peeve of mine.  What you should say instead is "for all intents and purposes..."


or did he mean this?


< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
eizh
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
April 25, 2015, 03:52:48 AM
 #23347

For all intensive purposes...
Sorry, but this is a pet peeve of mine.  What you should say instead is "for all intents and purposes..."


This is unfair to the rare person who really was talking about the subset of purposes that are intensive.
5w00p
Hero Member
*****
Offline Offline

Activity: 644
Merit: 502



View Profile
April 25, 2015, 06:51:38 AM
 #23348

TY oblox but what part of drooling masses don't you understand? Grin

Has anybody actually built the windows version?

I am looking forward to running a node again.

I built the windows db version and got it synced a few months ago, seemed to work without a hitch for me.

Yes, you did, and I remember. But, you are pretty much the only one who had some kind of perfect hardware and OS setup that it actually worked.

I tried on a linux VM in Win 8.1 and the conversion never worked and I gave up.

And I tried in Win 8.1 and it never worked.
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
April 25, 2015, 10:32:26 AM
 #23349

For all intensive purposes...
Sorry, but this is a pet peeve of mine.  What you should say instead is "for all intents and purposes..."


This is unfair to the rare person who really was talking about the subset of purposes that are intensive.

I agree, I think we're being Intensivest with these sort of broad, sweeping language corrections. If we're not careful it's a slippery slope towards Antidisestablishmentarianism.

fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
April 25, 2015, 10:33:18 AM
 #23350

I wonder, in order to have osCommerce plugin for monero like bitcoin has all we need is the viewkey thing?

Why would you need a viewkey for that?

fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
April 25, 2015, 10:34:55 AM
 #23351

Dear Devs,
When might the drooling masses like me who use windows expect the DB?  As there is little I can do to help I have once again donated a little something this past week.

It's technically available right now with it merged into master if you want to build it yourself. Unfortunately, I haven't had much luck getting an already synced blockchain to convert (whether exporting and importing or running the converter, all on an octacore, 16gb ddr3 tower).

Btw - there's a known issue on Windows with high batch values when importing, and it defaults to a batch size of 20k. Try importing with --batch-size 1000 and see if it works? (not sure if we've discussed this before)

BlockaFett
Sr. Member
****
Offline Offline

Activity: 392
Merit: 255


View Profile
April 25, 2015, 10:49:33 AM
 #23352

Connecting from the new db build to port 18081 on local causes the synced node to spit out this:

I'm not sure, maybe a Windows-specific issue. I only use Linux and I just tried it again, everything worked fine.


Smooth has other priorities right now other than development: https://bitcointalk.org/index.php?topic=1034864.msg11190687#msg11190687
generalizethis
Legendary
*
Offline Offline

Activity: 1750
Merit: 1036


Facts are more efficient than fud


View Profile WWW
April 25, 2015, 11:10:58 AM
 #23353

Connecting from the new db build to port 18081 on local causes the synced node to spit out this:

I'm not sure, maybe a Windows-specific issue. I only use Linux and I just tried it again, everything worked fine.


Smooth has other priorities right now other than development: https://bitcointalk.org/index.php?topic=1034864.msg11190687#msg11190687

https://www.youtube.com/watch?v=U4dY52NiYvU

G2M
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


Activity: 616


View Profile
April 25, 2015, 11:14:38 AM
 #23354

Yeah, he's also really up to his ears in bitcoin stuff too:

https://bitcointalk.org/index.php?topic=1010569.msg11191190#msg11191190

To think he spent even a modicum of time on something other than development!

Hey let's all pool 1k monero together, and vote on things we want him to do. One vote per every thousand Monero

Oh wait, that's not a representative vote, because of power law distribution we'd have maybe 200 people voting and thousands of people that wanted to vote.

If there was only a legitimate way of coming up with a vote on what we all think smooth should do next!

Wind picked up: F4BC1F4BC0A2A1C4

banditryandloot goin2mars kbm keyboard-mash theusualstuff

probably a few more that don't matter for much.
bigj
Full Member
***
Offline Offline

Activity: 198
Merit: 100



View Profile
April 25, 2015, 11:18:04 AM
 #23355

My RPi-2B still syncs... day 8 or so; still 322 days behind.

Is the new RPi too slow to do it?
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
April 25, 2015, 11:19:29 AM
 #23356

My RPi-2B still syncs... day 8 or so; still 322 days behind.

Is the new RPi too slow to do it?

The code is being optimized and will likely improve a lot. As you point out it does work though, which is a nice first step.



bigj
Full Member
***
Offline Offline

Activity: 198
Merit: 100



View Profile
April 25, 2015, 11:23:25 AM
 #23357

My RPi-2B still syncs... day 8 or so; still 322 days behind.

Is the new RPi too slow to do it?

The code is being optimized and will likely improve a lot. As you point out it does work though, which is a nice first step.


Yes, it does work nicely! Very good work :-) and big thanks!!
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
April 25, 2015, 11:40:00 AM
Last edit: April 25, 2015, 11:50:48 AM by smooth
 #23358

Hey let's all pool 1k monero together, and vote on things we want him to do. One vote per every thousand Monero

Even better, let's have the 35% (hypothetically) instamined Monero vote as a bloc, maybe along with a few whales. Voting is democratic after all, so the whole thing is totally fair. Totally.

As k increases, his power increases disproportionately until it approaches half the total vote and he gains virtually all the power

EDIT: fixed link
G2M
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


Activity: 616


View Profile
April 25, 2015, 11:48:02 AM
 #23359

Lol, I was thrown off for a second, the quote only links this part of the url: http://en.wikipedia.org/wiki/Shapley

Even better though, we could set up a soon-to-be totally decentralized reference node to mandate that all of these voters receive just under 50% of all future block subsidies forever.

That way, as the most likely buyer in the first place, I never have to buy the currency outright (I mean - they'll just hand me money because I tell them they need me and stuffs) while at the same time giving myself a guaranteed ROI that doubles as increased free voting power! I won't even have to take bribes or charge fees for votes (but I will Wink )!

Wind picked up: F4BC1F4BC0A2A1C4

banditryandloot goin2mars kbm keyboard-mash theusualstuff

probably a few more that don't matter for much.
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
April 25, 2015, 12:19:28 PM
 #23360

Yeah, he's also really up to his ears in bitcoin stuff too:

https://bitcointalk.org/index.php?topic=1010569.msg11191190#msg11191190

To think he spent even a modicum of time on something other than development!

Hey let's all pool 1k monero together, and vote on things we want him to do. One vote per every thousand Monero

Oh wait, that's not a representative vote, because of power law distribution we'd have maybe 200 people voting and thousands of people that wanted to vote.

If there was only a legitimate way of coming up with a vote on what we all think smooth should do next!

Could we call it MasterVotes?

Or MasterSmooths?

Pages: « 1 ... 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 [1168] 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 ... 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!