marenkar

The Challenge

May 6th, 2017
1,022
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.02 KB | None | 0 0
  1. Note: To quickly find the important details of the challenge, search for messages that were pinned. (Just ctrl+f "pinned")
  2. -----
  3. csw [3:17 PM]
  4. And Midnight Mystic
  5.  
  6. [3:17]
  7. A "boom" higher than Tulips just decades ago. and it made a profit
  8.  
  9. [3:17]
  10. No intervention...
  11.  
  12. cypherblock [3:22 PM]
  13. k, so segwit increases incentive to get block downloads without witness (smaller and can ignore validating sigs) but with the transactions so this next miner can start mining new block with transactions (more fees) as opposed to today where if they do validationless mining it is usually empty block.
  14.  
  15. csw [3:23 PM]
  16. Yes
  17.  
  18. [3:24]
  19. And if the majority do this, Core can add and change the protocol without miner consent. (edited)
  20.  
  21. [3:24]
  22. Just software updates
  23.  
  24. cypherblock [3:26 PM]
  25. well I am too slow to follow that conclusion.
  26.  
  27. csw [3:26 PM]
  28. If a minority miner does find an invalid block, the majority have an incentive to ignore and move on. Leaving the invalid data
  29.  
  30. [3:27]
  31. Changes to script are version differences. These are in the witness data, not the miner validation
  32.  
  33. joeldalais [3:28 PM]
  34. if miners activate segwit they are giving control of all their infrastructure (and funds they've spent on it) to blockstream
  35.  
  36. csw [3:28 PM]
  37. Say, 10% report an invalid block two weeks into the chain... No miner would allow the loss to repair it.
  38.  
  39. At best, the 10% miner has honest chain that is a fork and is dropped.
  40.  
  41. csw [3:29 PM]
  42. uploaded this image: image.png
  43. Add Comment
  44.  
  45. csw [3:29 PM]
  46. uploaded this image: image.png
  47. Add Comment
  48.  
  49. cypherblock [3:30 PM]
  50. any chain with invalid block will be ignored by rest of network.
  51.  
  52. csw [3:30 PM]
  53. Now
  54.  
  55. [3:31]
  56. If miners are incentivised to not validate...
  57. And witness data is not on most clients?
  58.  
  59. [3:31]
  60. How
  61.  
  62. cypherblock [3:32 PM]
  63. most clients will get and validate witness data (except for light clients (spv wallets))
  64.  
  65. csw [3:33 PM]
  66. Really, not what I see from how the code is being implemented.
  67.  
  68. cypherblock [3:34 PM]
  69. most ‘full nodes’ (today’s lingo: non-mining nodes that validate everything) are running segwit compatible code so if it activates then they will get and validate the witness data.
  70.  
  71. csw [3:34 PM]
  72. Run it on a set of VMs and see.
  73.  
  74. [3:35]
  75. Challenge (edited)
  76.  
  77. cypherblock [3:35 PM]
  78. its active on testnet isn’t it (Segwit that is)
  79.  
  80. lunar [3:35 PM]
  81. joined private by invitation from @bitsko
  82.  
  83. csw [3:35 PM]
  84. Not fully and it is causing a lot of reordering
  85.  
  86. [3:37]
  87. Why is it so difficult to have people run 20-30 VMs and try sending a little invalidated data?
  88.  
  89. [3:38]
  90. Run Wireshark, see what is transfered.
  91.  
  92. [3:38]
  93. And Olly or similar and see what the code does
  94.  
  95. cypherblock [3:39 PM]
  96. up to date nodes (running latest code) will receive 100% of the block data, headers, transactions+witness data. Do you think otherwise?
  97.  
  98. csw [3:39 PM]
  99. Test
  100.  
  101. [3:40]
  102. Run it and test.
  103.  
  104. cypherblock [3:42 PM]
  105. the code is fairly straight forward if I recall. There are 2 serialization formats. When sending to old out of date software nodes, use serialization format that removes witness data from segwit transactions. When sending to segwit capable nodes, use serialization format that includes the witness data in its usual place.
  106.  
  107. csw [3:42 PM]
  108. Then test it.
  109.  
  110. cypherblock [3:43 PM]
  111. So you claim I’m wrong? What should I be looking for? Tests can show lots of things.
  112.  
  113. [3:43]
  114. what is your hypothosis?
  115.  
  116. csw [3:43 PM]
  117. I know the stories I am told, but I rarely trust what I am told to believe... I like evidence
  118.  
  119. [3:44]
  120. I am saying that you clearly have not tested that segwit can result in invalid blocks being mined and stored by the majority
  121.  
  122. [3:45]
  123. It is easier to say that I am speaking BS than to test that I am...
  124.  
  125. cypherblock [3:45 PM]
  126. if majority stays on non segwit validating software then you are correct.
  127.  
  128. [3:46]
  129. I could run a test and maybe have the wrong setup to test your hypothosis (how many segwit nodes? how many old nodes? how many mining nodes? etc)
  130.  
  131. csw [3:47 PM]
  132. Well, would you not like to see where the failures occur without my saying :slightly_smiling_face:
  133.  
  134. [3:47]
  135. Is the ecosystem not fluid?
  136.  
  137. [3:48]
  138. From what I see, mining and hashrate is not set, it changes
  139.  
  140. antanst [3:48 PM]
  141. csw: In the case that segwit activates, the segwit-aware full nodes will fully verify every block, signatures and all. You disagree with this?
  142.  
  143. csw [3:49 PM]
  144. What does my view matter...
  145. And why are people so reticent to test?
  146.  
  147. tomothy
  148. [3:49 PM]
  149. I think it should be tested; would be fun. Time. Time is the enemy :confused:
  150.  
  151. csw [3:50 PM]
  152. How many people are there?
  153.  
  154. [3:50]
  155. And other than me, how many tests have been done?
  156.  
  157.  
  158. cypherblock [3:51 PM]
  159. @csw if I wasn’t working full time on other stuff and family stuff, would be glad to. But also tests have been done. Do we all need to test? If I test then what about the next guy. Vm companies (aws) will make lots of $ on us :slightly_smiling_face:
  160.  
  161. csw [3:51 PM]
  162. VM at home
  163.  
  164. [3:51]
  165. No, not all, and where are these tests?
  166.  
  167. [3:52]
  168. What if Dr. Evil (me) pays for the VMs?
  169.  
  170. [3:53]
  171. Then those "Evil" companies make money off of me... Win win huh
  172.  
  173. cypherblock [3:53 PM]
  174. so setup a few vms, go into regtest mode, generate some blocks and see what data is sent between them? Sure might have time to do some of that. I have not done a lot of testing that way so might take some time to get feet wet. Where are these tests is a good question. I haven’t actually seen test results. I could ask devs.
  175.  
  176.  
  177. [3:54]
  178. I do have to go to that work thing now :disappointed:
  179.  
  180. csw [3:54 PM]
  181. Ditto.
  182. But if you are willing, I will help with the scoping and we can have an independent test.
  183.  
  184. tomothy
  185. [3:55 PM]
  186. I want to go home and play on computers now, but I have work
  187.  
  188. csw [3:55 PM]
  189. Funded by Dr. Evil...
  190.  
  191.  
  192. antanst [3:55 PM]
  193. @csw Your view matters because you are the one that claims there is an issue. Why not just disclose the method to reproduce it then, if you can reliably reproduce it?
  194.  
  195. cypherblock [3:55 PM]
  196. ok, let us chat latter on this.
  197.  
  198. tomothy
  199. [3:55 PM]
  200. i'm cool if Dr. Evil funds things; I mean he wanted sharks with freaking laserbeams
  201.  
  202.  
  203. csw [3:55 PM]
  204. LOL
  205.  
  206. [3:55]
  207. In time
  208.  
  209. tomothy
  210. [3:55 PM]
  211. innovation!
  212.  
  213. csw [3:56 PM]
  214. Antanst
  215. As I have done this many times and being me is the issue...
  216.  
  217. [3:56]
  218. But, if it is done by others..
  219.  
  220. [3:57]
  221. @vlad2vlad - are you willing to act in escrow (BTC wise)
  222.  
  223. vlad2vlad [4:00 PM]
  224. Yeah. I'm good to go, Danneskjöld. :)
  225.  
  226. csw [4:01 PM]
  227. See DM vlad
  228.  
  229. vlad2vlad [4:02 PM]
  230. Got it. That's a lot of money. Sure, I'd be glad to do it.
  231.  
  232. tomothy
  233. [4:04 PM]
  234. oh, and you'd need to document the results and be able to publish/ write a report on it
  235.  
  236. [4:04]
  237. he can't do that
  238.  
  239. [4:04]
  240. it would be tainted and discredited even if true, especially if true
  241.  
  242. csw [4:04 PM]
  243. Not even anon?
  244.  
  245. tomothy
  246. [4:04 PM]
  247. probably if anon ok, or a fancy name, like they did with asicboost/ antbleed
  248.  
  249. [4:05]
  250. something comparable w/ segwit
  251.  
  252. checksum0 [4:05 PM]
  253. I heard Satoshi Nakamoto is a pretty weird name...
  254.  
  255. [4:05]
  256. Wonder why...
  257.  
  258. klee [4:05 PM]
  259. segregated bleeding
  260.  
  261. csw [4:05 PM]
  262. SegBleed
  263.  
  264.  
  265. checksum0 [4:05 PM]
  266. SegShit is probably satisfying too
  267.  
  268. macsga [4:05 PM]
  269. lol, being on a lecture and here was a BAD idea
  270.  
  271. phoenix [4:06 PM]
  272. Forkwit
  273.  
  274. tomothy
  275. [4:06 PM]
  276. LOL yeah, trying to catch up w/ stuff from yetserday ugh
  277.  
  278. macsga [4:06 PM]
  279. @phoenix no shit
  280.  
  281. jp [4:06 PM]
  282. nah, segtampon
  283.  
  284. phoenix [4:06 PM]
  285. @jp so like a segways ?
  286.  
  287. Pinned by newliberty
  288. Yesterday at 5:26 PM Pinned by newliberty
  289. csw [4:06 PM]
  290. Lets make it 10BTC if I am utterly wrong and hence mad too.
  291.  
  292. Pinned by newliberty
  293. Yesterday at 5:27 PM Pinned by newliberty
  294. [4:07]
  295. Over the costs
  296.  
  297. macsga [4:07 PM]
  298. is somebody up to do this?
  299.  
  300. csw [4:07 PM]
  301. I am a scammer.... Why take my money
  302.  
  303. macsga [4:08 PM]
  304. no, like a case study
  305.  
  306. tomothy
  307. [4:08 PM]
  308. anyone can i think, multiple tests could also be good
  309.  
  310. [4:08]
  311. serious write up matters though
  312.  
  313. csw [4:08 PM]
  314. Yes.
  315.  
  316. tomothy
  317. [4:08 PM]
  318. more than a medium page :slightly_smiling_face: (edited)
  319.  
  320. Pinned by newliberty
  321. Yesterday at 5:26 PM Pinned by newliberty
  322. csw [4:08 PM]
  323. I will fund the editorial team and publishing costs as well.
  324.  
  325. Pinned by newliberty
  326. Yesterday at 5:26 PM Pinned by newliberty
  327. [4:08]
  328. Either positive or negative results
  329.  
  330. Pinned by newliberty
  331. Yesterday at 5:26 PM Pinned by newliberty
  332. [4:09]
  333. As long as you are willing to at least listen to my input and guidance on this.
  334.  
  335.  
  336. checksum0 [4:10 PM]
  337. :clap:
  338.  
  339. Pinned by newliberty
  340. Yesterday at 5:26 PM Pinned by newliberty
  341. csw [4:11 PM]
  342. The editorial team are good enough to get it published in the journal of your choice if the results are collected in the correct and unbiased manner
  343.  
  344. macsga [4:13 PM]
  345. seems like a sweet deal
  346.  
  347. [4:13]
  348. what are the hardware demands for such an experiment?
  349.  
  350. Pinned by newliberty
  351. Yesterday at 5:26 PM Pinned by newliberty
  352. csw [4:14 PM]
  353. Small network, so these would be minimal. AWS systems will do fine
  354.  
  355. macsga [4:14 PM]
  356. I presumed something on a desktop computer
  357.  
  358. [4:15]
  359. like 4-5 machines running
  360.  
  361. csw [4:15 PM]
  362. I am spoilt. So, let me know if that works
  363.  
  364. macsga [4:15 PM]
  365. silly me
  366.  
  367. [4:16]
  368. cloud computing also does
  369.  
  370. csw [4:17 PM]
  371. @vlad2vlad let them know when the deposit is cleared... damn capped system.
  372.  
  373. macsga [4:18 PM]
  374. brb, back in the lecture now
  375.  
  376. vlad2vlad [4:18 PM]
  377. I got it. But still at zeroClox
  378.  
  379. csw [4:18 PM]
  380. Well, sent - do not blame me for not lifting the cap and slowing this down
  381.  
  382. vlad2vlad [4:19 PM]
  383. That's it, I'm bombing the inflation control guy.
  384.  
  385. csw [4:20 PM]
  386. Watch me Evilly scam you into accepting money for services. (edited)
  387.  
  388.  
  389. [4:20]
  390. Muhahaha
  391.  
  392. vlad2vlad [4:20 PM]
  393. Hahaha
  394.  
  395. [4:21]
  396. Pure evil!!
  397.  
  398. csw [4:21 PM]
  399. Using that most evil of things....
  400.  
  401. [4:21]
  402. free choice
  403.  
  404.  
  405. Pinned by newliberty
  406. Yesterday at 5:24 PM Pinned by newliberty
  407. [4:23]
  408. When the report is done, I will pay for editing services and also the fees for publication in an Open Access journal.
  409.  
  410. [4:23]
  411. One of the top ones.
  412.  
  413. [4:24]
  414. It will be blind peer reviewed
  415.  
  416.  
  417. Pinned by newliberty
  418. Yesterday at 5:25 PM Pinned by newliberty
  419. [4:26]
  420. Open Access journals are open source licensed and the paper will be freely available. The publication fees cover running these without access costs to the world. The fee will include peer validation.
  421.  
  422. Pinned by newliberty
  423. Yesterday at 5:25 PM Pinned by newliberty
  424. [4:27]
  425. Vlad has received a transaction, and this accounts under contract law as offer and consideration.
  426.  
  427. Pinned by newliberty
  428. Yesterday at 5:25 PM Pinned by newliberty
  429. [4:28]
  430. I acknowledge that I am contractually bound in the UK to the people or persons on this list who wish to accept this offer without limitations
  431.  
  432.  
  433. checksum0 [4:28 PM]
  434. Can we have txid?
  435.  
  436. csw [4:28 PM]
  437. P.S. That LLM after my name is Master of law so I understand contract law well enough
  438.  
  439. [4:29]
  440. Vlad, deposit address please.
  441.  
  442. vlad2vlad [4:30 PM]
  443. 1GW3V1TwtHYGjMd6fBq5tSz2Xt6eBPMjb7
  444.  
  445. csw [4:31 PM]
  446. More will follow when the multi-sig is setup
  447.  
  448.  
  449. vlad2vlad [4:32 PM]
  450. Ok.
  451.  
  452. [4:32]
  453. :)
  454.  
  455. joeldalais [4:32 PM]
  456. this should be interesting to see if anyone takes it up :slightly_smiling_face:
  457.  
  458. csw [4:33 PM]
  459. And completes it
  460.  
  461. joeldalais [4:33 PM]
  462. yep
  463.  
  464. csw [4:33 PM]
  465. uploaded and commented on this image: image.png
  466. 1 Comment
  467.  
  468. This is my non-existent law degree
  469.  
  470. joeldalais [4:34 PM]
  471. ahh nice
  472.  
  473. csw [4:34 PM]
  474. Northumbria, Newcastle UK
  475.  
  476. joeldalais [4:34 PM]
  477. ye, i recognize UK type degrees
  478.  
  479. csw [4:34 PM]
  480. Yes, a bloody limey uni
  481.  
  482. [4:34]
  483. Oh... did people think I ONLY did degrees at CSU?
  484.  
  485. joeldalais [4:35 PM]
  486. must admit i read about all your degrees when you 1st 'appeared' on that video conference thing, before all the satoshi stuff
  487.  
  488. csw [4:35 PM]
  489. Real bugger that
  490.  
  491. joeldalais [4:35 PM]
  492. was impressed back that
  493.  
  494. csw [4:36 PM]
  495. A shame that poor Maxy seems to like to attack without checking...
  496.  
  497. joeldalais [4:36 PM]
  498. and to be absolutely honesty, it was pretty easy to check..
  499.  
  500. csw [4:37 PM]
  501. But slander is so much easier and more fun
  502.  
  503. joeldalais [4:37 PM]
  504. it just couldn't fit with the narrative maxwell was shaping
  505.  
  506. [4:37]
  507. and ye, it does seem maxwell is very prone towards slander and attacks
  508.  
  509. [4:37]
  510. i just cba with it
  511.  
  512. csw [4:38 PM]
  513. Yes, the evil Dr Wright is a lawyer - gasp....
  514. And I am also a banker... dadadadum
  515.  
  516. [4:38]
  517. And I code (edited)
  518.  
  519. [4:38]
  520. And I was..... here is the really evil bit
  521.  
  522. [4:38]
  523. A Quant
  524.  
  525. joeldalais [4:38 PM]
  526. anything and everything, whatever they can find to stick
  527.  
  528. [4:40]
  529. far from over i'd say
  530.  
  531. csw [4:40 PM]
  532. I do not think people really understand what a Quant is or does, nor just how much they can earn.
  533.  
  534. Nor what they need as a skill set :slightly_smiling_face:
  535.  
  536. xhiggy [4:40 PM]
  537. What is their ideal skill set?
  538.  
  539. joeldalais [4:41 PM]
  540. economics, maths and law
  541.  
  542. [4:41]
  543. i'd hazard to say
  544.  
  545. [4:41]
  546. and computer science ofc
  547.  
  548. csw [4:41 PM]
  549. C/C++ Coding
  550. Economics
  551. Econometrics
  552. Stats (mathematical)
  553. Securities law
  554.  
  555. [4:42]
  556. And a few other things
  557.  
  558. xhiggy [4:42 PM]
  559. I imagine most lack the understanding of securities law
  560.  
  561. csw [4:42 PM]
  562. No, they just ignore it
  563.  
  564. joeldalais [4:43 PM]
  565. i have all these things, but in a much lesser degree :disappointed: some years here, some years there, nothing really specialized
  566.  
  567. [4:44]
  568. hence part of my fascination with bitcoin, its like looking through the looking glass, but not 100% grasping what i'm seeing.
  569.  
  570. [4:44]
  571. I can see why you're doing the MSc though
  572.  
  573. csw [4:45 PM]
  574. 10 years plus, a Quant can earn:
  575.  
  576. Interest Rates (1,700;2,300)k
  577. ForEx (1,700;2,300)k
  578. Credit Derivatives (1,800;2,400)k
  579. Commodities (1,700;2,300)k
  580.  
  581. [4:46]
  582. Nah, I will not do work that way again.
  583.  
  584. [4:47]
  585. https://80000hours.org/career-reviews/trading-in-quantitative-hedge-funds/
  586. 80,000 Hours
  587. Trading in quantitative hedge funds (for earning to give) - Career profile (509kB)
  588.  
  589. [4:48]
  590. Based on current salary levels and ignoring the chance of firm failure, we estimate the median lifetime earnings for a new entrant are $250,000-$750,000 per year, with a mean over $1 million per year. This ignores prospective salary growth or contraction. Overall, we recommend using an expectation value somewhat below these figures.
  591.  
  592. joeldalais [4:48 PM]
  593. :open_mouth:
  594.  
  595. csw [4:49 PM]
  596. I walked away from all that for Bitcoin :slightly_smiling_face:
  597.  
  598. joeldalais [4:49 PM]
  599. worth it for Bitcoin I'd say
  600.  
  601. csw [4:49 PM]
  602. And MORE
  603.  
  604. joeldalais [4:49 PM]
  605. societal game changer
  606.  
  607. darius [4:50 PM]
  608. joined private by invitation from @tomothy
  609.  
  610. joeldalais [4:50 PM]
  611. learning about the collapse of the roman empire and how it relates to today/creation of bitcoin were interesting points
  612.  
  613. csw [4:51 PM]
  614. So, as the resident evil scammer, it should be worth taking my money to show me up :slightly_smiling_face:
  615.  
  616. joeldalais [4:52 PM]
  617. well, if people think that way about you, we will wait and see
  618.  
  619. [4:52]
  620. i have a feeling no one will, but i've been wrong before..
  621.  
  622. csw [4:53 PM]
  623. That would be a bugger. A report I do will be overlooked by many...
  624.  
  625. [4:53]
  626. Maybe not those with a commercial stake...
  627.  
  628. joeldalais [4:54 PM]
  629. you could always ask someone (vlad) to more publicly take it up on your behalf if no one here will take it on
  630.  
  631. csw [4:55 PM]
  632. Let us see here first
  633.  
  634. joeldalais [4:55 PM]
  635. ye
  636.  
  637. newliberty [4:55 PM]
  638. It should have takers, especially from any detractors since the offer includes paying more for a negative result than a confirming one
  639.  
  640. csw [4:55 PM]
  641. If not, I will open it up
  642.  
  643. [4:55]
  644. Yes, notice the skew
  645.  
  646. [4:55]
  647. https://www.youtube.com/watch?v=FbwkkXGmFrI
  648. YouTube cmidnight99
  649. Monty Python Llama Sketch
  650.  
  651.  
  652. joeldalais [4:55 PM]
  653. i doubt you'd find many detractors on the BU board, and they probably wouldn't be taken seriously either
  654.  
  655. [4:57]
  656. but might be worth mentioning it there anyway, there are a fair few people there who are not pro-bu
  657.  
  658.  
  659. newliberty [4:57 PM]
  660. Have been battling lions for alpaca territory lately.
  661. http://www.newyorker.com/magazine/2017/02/13/lions-of-los-angeles
  662. The New Yorker
  663. Lions of Los Angeles
  664. Are the city’s pumas dangerous predators or celebrity guests? (250kB)
  665.  
  666. csw [4:57 PM]
  667. You again think the "community" is large.
  668.  
  669. I will get this in a high end open journal
  670.  
  671. macsga [4:57 PM]
  672. alpaca my friend
  673.  
  674.  
  675. [4:57]
  676. welcome back
  677.  
  678. [4:57]
  679. :heart:
  680.  
  681. Pinned by newliberty
  682. Yesterday at 5:23 PM Pinned by newliberty
  683. csw [4:58 PM]
  684. A journal with a readership of at least 100 scientists for each person who we call a bitcoiner (edited)
  685.  
  686.  
  687. [4:58]
  688. Let that be fought.
  689.  
  690. joeldalais [4:59 PM]
  691. aye, relative to that the community is tiny
  692.  
  693. Pinned by newliberty
  694. Yesterday at 5:23 PM Pinned by newliberty
  695. csw [5:00 PM]
  696. I will do a full cross publication spread, IEEE, ACM and Physics Letters.
  697.  
  698. Hand held editorial services to ensure it is accepted.
  699.  
  700. Peer review, the full works.
  701.  
  702. http://open.ieee.org/index.php/for-authors/author-processing-charges/
  703.  
  704. joeldalais [5:00 PM]
  705. i really have no reference number, at a very rough guess i'd say the 'community' (people who use bitcoin at least once a month), is in the few millions. But that's a really rough guess mostly pulled out of my arse.
  706.  
  707. Pinned by newliberty
  708. Yesterday at 5:23 PM Pinned by newliberty
  709. csw [5:01 PM]
  710. Oh and also translation to Chinese and Japanese
  711.  
  712. joeldalais [5:01 PM]
  713. that would be good
  714.  
  715. [5:02]
  716. you are going to make blockstream shit their pants :smile:
  717.  
  718. csw [5:02 PM]
  719. For a student or tenure seeking academic, ...
  720.  
  721. joeldalais [5:02 PM]
  722. sorry for the crudeness :smile:
  723.  
  724. csw [5:03 PM]
  725. Shit their pants, why, you mean that I could be right and it is not a scam... never
  726.  
  727. joeldalais [5:03 PM]
  728. i think deep down greg knows who you are and has a nervous 'tick' everytime he hears your name
  729.  
  730.  
  731. csw [5:04 PM]
  732. :slightly_smiling_face:
  733.  
  734. joeldalais [5:04 PM]
  735. because he knows the bullshit he himself has been saying is that, bullshit
  736.  
  737. csw [5:04 PM]
  738. I am just Craig :slightly_smiling_face:
  739.  
  740. joeldalais [5:04 PM]
  741. yep, but Craig knows his bitcoin stuff and is worth listening to :slightly_smiling_face:
  742.  
  743. csw [5:05 PM]
  744. Craig uses separate PGP keys per conversation with a generalised one for randoms... no other who knows crypto would consider do that. Maxy said so.
  745.  
  746. [5:05]
  747. I am just a scammer and a fool with money to burn...
  748.  
  749. joeldalais [5:06 PM]
  750. best way
  751.  
  752. Pinned by newliberty
  753. Yesterday at 5:22 PM Pinned by newliberty
  754. csw [5:06 PM]
  755. Let us UP this.
  756.  
  757. If this occurs and the paper is done. I will make a permanent scholarship for bitcoin protocol research.
  758.  
  759.  
  760. joeldalais [5:06 PM]
  761. :open_mouth:
  762.  
  763. Pinned by newliberty
  764. Yesterday at 5:37 PM Pinned by newliberty
  765. csw [5:07 PM]
  766. Enough to fund not only a paper, but several doctoral positions
  767.  
  768. checksum0 [5:07 PM]
  769. Can we please be more precise on what should occur for the scholarship to occurs?
  770.  
  771. csw [5:07 PM]
  772. I get the paper I asked for.
  773.  
  774. [5:09]
  775. That is all. Not biased.
  776.  
  777. [5:09]
  778. Paid more if you definitively prove me wrong under a peer reviewed paper that I pay for (right or wrong)
  779.  
  780. klee [5:10 PM]
  781. Can we write a Spec doc?
  782.  
  783. [5:11]
  784. for the test case
  785.  
  786. csw [5:11 PM]
  787. Yes
  788.  
  789. klee [5:11 PM]
  790. I mean not 'me' but if I was a tester this to be my input doc
  791.  
  792. joeldalais [5:11 PM]
  793. i think the conversation started a bit before i appeared, but i or someone can go through it and edit out the non-relevant parts
  794.  
  795. newliberty [5:11 PM]
  796. pheonix should get on this one, he is a prof at Univ of Nicosia Bitcoin degree program
  797.  
  798.  
  799. csw [5:11 PM]
  800. I would prefer this is done to the highest standard possible.
  801.  
  802. klee [5:11 PM]
  803. agreed newliberty
  804.  
  805. [5:11]
  806. he is ideal
  807.  
  808.  
  809. joeldalais [5:12 PM]
  810. interesting times :slightly_smiling_face:
  811.  
  812. csw [5:13 PM]
  813. That is a chinese curse to be living within
  814.  
  815. joeldalais [5:14 PM]
  816. :smile:
  817.  
  818. [5:14]
  819. in a way it could be said these are cursed times, unless things change..
  820.  
  821. csw [5:17 PM]
  822. Back to lurking for now... I must get some work done
  823.  
  824. Please start planning and plotting my downfall :wink:
Advertisement
Add Comment
Please, Sign In to add comment