Bitcoin Forum
October 14, 2024, 05:11:26 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 »
61  Other / Meta / Re: images not shown as newbie? on: July 20, 2016, 09:10:01 PM
The full explanation would be 30 or more posts in at least 3 different activity periods.

Thx for that keyword 'activity period' - I could find out more:

Next activity period starts only in ~2 weeks: August 2nd 2016 15:00 == 1470150000,
and again whenever (epochtime % 1210000 == 0), table, explanations.

So patience is what is most needed now.


62  Other / Meta / Re: images not shown as newbie? on: July 20, 2016, 08:49:09 PM
Or does it need to be activity 30? I am at 28.
Obviously activity, which updates with a slight delay.
Thanks for the clarification.

You're kind of spamming right now, could you stop that, please?

Of course, sorry. I did not perceive it as such. I was just puzzled that the "30 posts" was wrong.

I should rather edit my past posts if I want to add something to this - right?
63  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Smart Contract: WeatherForecastAtLocation on: July 20, 2016, 08:46:14 PM

Manual02: Prepare your system

  • Windows vs Linux, VPS
  • Install Soil
  • Clone/download repo
  • Correct folder
  • Add peers
  • What is the JavaScript console, with examples
  • Languages: Solidity + JavaScript/Python
  • Python via RPC, with examples & gsoil-starterscripts (BAT / sh)

https://github.com/drandreaskrueger/weathercontract_user/blob/master/manual/manual02-preparations.md

Please tell me if you run into any problems.
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: July 20, 2016, 08:40:10 PM
... nice project andreas keep up the good work.

Thanks a lot. I will. Please start using it. My oracle is thirsting for queries.

With the latest update "hyperquickstart", it should take you a few minutes only.



65  Other / Meta / Re: images not shown as newbie? on: July 20, 2016, 08:33:16 PM
... at least 30 posts to become a jr member.

Then this should be it. I have just reached post 30.



Thanks for your help.


Or does it need to be activity 30? I am at 28. I have registered 36.78 days ago.

66  Other / Meta / Re: images not shown as newbie? on: July 20, 2016, 08:30:10 PM
... at least 30 posts to become a jr member.

Then this should be it. I have just reached post 30.



Thanks for your help.

67  Other / Meta / Re: images not shown as newbie? on: July 20, 2016, 08:28:22 PM
Alright, thanks a lot.

This is the essential info:

... Are you saying I'm going to have to wait a month to become a jr. member?  Shocked
2 weeks and four days to be precise (because this activity period is almost over).
of course you still have to reach at least 30 posts to become a jr member.
68  Other / Meta / images not shown as newbie? on: July 19, 2016, 03:15:41 PM
When will my images appear in my posts?

https://bitcointalk.org/index.php?action=profile;u=860710;sa=showPosts

Thanks.
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: July 19, 2016, 03:14:02 PM
Tweet:

Quote
HyperQuick-Start:
Getting the #SmartContract in a few lines.
https://bitcointalk.org/index.php?topic=1176709.msg15636069#msg15636069
novel #SmartContract on #soil



https://twitter.com/drandreaskruger/status/755419380587098115

70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: July 19, 2016, 01:14:33 PM
post 5

Smart Contract: WeatherForecastAtLocation
HyperQuick-Start

get the code
Code:
git clone https://github.com/drandreaskrueger/weathercontract_user.git
cd weathercontract_user

Start gsoil & gsoil console. Load scripts:
Code:
gsoil
gsoil attach

loadScript('useful/addpeers.js')
loadScript("contract/contract.js")
loadScript("contract/tools.js")

TOP UP LOCATION --> wait your and oracle's TX --> ASK FORECAST

Code:
city =   "q=Nanjing,China"
getForecast_message(city)

PRICE
tx = topUpLocation(city, 3); txReceipt = waitForTxReceipt(tx)

admin.sleepBlocks(1); getForecast_message(city)

getForecast(city)
getForecast(city, timestamp_now_plus_hours(24))
getForecast(city, timestamp_now_plus_hours(24 * 3.5))

getForecast_message(city, timestamp_now_plus_hours(24 * 4.5))

Step-by-step explanations in the quickstart manual.
71  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Smart Contract: WeatherForecastAtLocation on: July 19, 2016, 12:52:23 PM

Text01: Introduction

TOC:
        Why Weather?
        Ecologically oriented "smart contracts" - why weather?
        How to make blockchains aware of the real world, and: a warning!
        Oracles
        Oracle contract: "WeatherForecastAtLocation"
        Nowcasting
        Money talks
        You're next
        Components


Read it in HTML, or PDF: view or download.

Please give feedback. Thanks.
72  Alternate cryptocurrencies / Marketplace (Altcoins) / Smart Contract: WeatherForecastAtLocation on: July 19, 2016, 12:47:53 PM
Smart Contract: WeatherForecastAtLocation

Code:

Novel smart contract solution for Ethereum based platforms, here: SOIL.  
On-chain delivery of weather forecasts, for any mapped location on Earth.

User-paid request selects location - an oracle answers to that event.
Then 1 nowcast, and 4 forecasts can be read by anyone, for 4 days.


In the following posts, I am going to present more about this project, step-by-step.
Reposts from the SOIL thread, to keep everything about this big project in one place.

Is this your first interaction with a real, live, non-financial SMART CONTRACT ever?
Let us together learn what we can about the "world computer". Exciting times ...

  • post 1: Introduction
  • post 2
  • post 3
  • post 4
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: July 19, 2016, 01:36:32 AM
Testers wanted, for new Smart Contract

1500 SOIL total for the first 3 people to fully try out the quickstart:

                  700 SOIL for the 1st to finish
                  500 SOIL for the 2nd to finish
                  300 SOIL for the 3rd to finish

What to do?
  • Post the contract answer for the weather forecast of a city of your choice, for one day later.
  • Write a sentence or two what you think about it, or suggest an improvement in the manual.

Please tweet this.  

Thanks.

post 4
Smart Contract: WeatherForecastAtLocation

Contract deployed. Oracle online.
Quickstart manual.

  • Contract ( v0.5.8 ) is deployed, at address 0xe904c0a8eb49f2fc7185eefde394c42caca028c6
  • Contract ( v0.5.9 ) is deployed, at address 0x0c5c4bc449808eee712b1d0858e2b12e71410c8e
  • Oracle eventlogloop is listening to its events, and will upload weather data as requested.
  • Contract ABI is published as contract.js for easy import into console.
  • Contract tools.js help you to interact with it, on the JavaScript console  gsoil attach.
  • and most importantly:

    YOU CAN TRY OUT THE QUICKSTART MANUAL NOW.


Perhaps this is even your first interaction with a real, live, working, innovative SMART CONTRACT ever?  Exciting times ...

I have fully tested the preparations and the quickstart manual on a fresh droplet, but please report any issue.



--> "Text01 Introduction" in post 1.
--> "Manual02 Prepare your system" in post 2.
--> "Website Preview: Oracle & DB" in post 3
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: July 18, 2016, 06:27:37 PM
post 4
Smart Contract: WeatherForecastAtLocation

Contract deployed. Oracle online.
Quickstart manual.

  • Contract ( v0.5.8 ) is deployed, at address 0xe904c0a8eb49f2fc7185eefde394c42caca028c6
  • Contract ( v0.5.9 ) is deployed, at address 0x0c5c4bc449808eee712b1d0858e2b12e71410c8e
  • Oracle eventlogloop is listening to its events, and will upload weather data as requested.
  • Contract ABI is published as contract.js for easy import into console.
  • Contract tools.js help you to interact with it, on the JavaScript console  gsoil attach.
  • and most importantly:

    YOU CAN TRY OUT THE QUICKSTART MANUAL NOW.


Perhaps this is even your first interaction with a real, live, working, innovative SMART CONTRACT ever?  Exciting times ...

I have fully tested the preparations and the quickstart manual on a fresh droplet, but please report any issue.



--> "Text01 Introduction" in post 1.
--> "Manual02 Prepare your system" in post 2.
--> "Website Preview: Oracle & DB" in post 3
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: July 16, 2016, 08:37:46 PM
Tweet:
Quote
SmartContract WeatherForecastAtLocation
Oracle Website Preview
https://bitcointalk.org/index.php?topic=1176709.msg15606390#msg15606390
#soil #crypto #smartcontracts

https://twitter.com/drandreaskruger/status/754370606225817600
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: July 16, 2016, 05:07:39 PM
(Please someone quote this whole post, then the image is shown)
post 3
Smart Contract: WeatherForecastAtLocation

Website Preview: Oracle & DB





--> "Text01 Introduction" in post 1.
--> "Manual02 Prepare your system" in post 2.
--> "Manual03 Console - Quickstart" in post 4.
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: July 15, 2016, 02:44:11 PM
Tweet:
Quote
Smart Contract: WeatherForecastAtLocation
New project - oracle delivers data into #Blockchain #SmartContract
https://bitcointalk.org/index.php?topic=1176709.msg15571365#msg15571365
#soil
https://twitter.com/drandreaskruger/status/753711936173375488
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: July 15, 2016, 11:37:52 AM
post 2
Smart Contract: WeatherForecastAtLocation

Second step:

  • Prepare your system

    • Windows vs Linux, VPS
    • Install Soil
    • Clone/download repo
    • Correct folder
    • Add peers
    • JavaScript console, with examples
    • Languages: Solidity + JavaScript/Python
    • Python via RPC, with examples & starterscripts



--> "Text01 Introduction" in post 1.

Has anyone tried the Python part? Does it work for you? Feedback?
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: July 14, 2016, 12:33:01 PM
post 2
Smart Contract: WeatherForecastAtLocation

Second step:

  • Prepare your system

    • Windows vs Linux, VPS
    • Install Soil
    • Clone/download repo
    • Correct folder
    • Add peers
    • JavaScript console, with examples
    • Languages: Solidity + JavaScript/Python
    • Python via RPC, with examples & starterscripts




--> "Text01 Introduction" in post 1.
--> post 3
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: July 14, 2016, 12:24:27 PM
sent 1000 soil to 0x1077ac9ebf8e5c492b7174c3a3d264801044834e
Thanks a lot!
Pages: « 1 2 3 [4] 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!