Bitcoin Forum
July 11, 2024, 08:36:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: January 23, 2017, 11:16:49 PM
I am also in  Smiley
Purchased the VPS and set up the nodes (testnet and mainnet), which was quite straightforward using the tutorials.
Good. And - how does it feel, to be controlling your own cloud machines now?

not sure how to keep the node running though. After typing 'gsoiltestnet js ~/SOIL/testnetpeers.js > ~/SOIL/testnet-log.txt 2>&1 &' there is no prompt to 'exit'.
After an ampersanded (&) command, you get the prompt back in the shell. Latest, when you press enter then.


You can study it by greping all processes for "gsoil" or "gsoiltestnet". And by looking at the tail of the logfile:

Code:
ps aux | grep gsoil

tail -n 100 -f ~/SOIL/testnet-log.txt
End that neverending (-f) logfileprinting with Ctrl-C.

The
Code:
2>&1
redirects the stderr to stdout.

And then both end up into that same logfile.

And the
Code:
 &
makes the process hand back the control, so you can continue in your shell.


Is the process still running when I close the terminal window?
I guess so. Just log out, and log back in, and use the above ps command - and you'll see if that is the case.

If not, (please tell us, and then) run it with nohup. I.e.:
Code:
nohup gsoiltestnet js ~/SOIL/testnetpeers.js > ~/SOIL/testnet-log.txt 2>&1 &

See https://linux.die.net/man/1/nohup


cryptococcus called it "straightforward using the tutorials".  Happy to hear that.   Anyone else also wanna try now?
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: January 22, 2017, 05:46:22 PM
Hi, unfortunately I am not a crypto dev - did just some basic (scientific) programming. Probably not of much help in this area.
Even though basic, you are a coder, good. Helpful for many things.

However I would be willing to run a 24/7 node according to Andreas' tutorials.
Great. Any flaws in those tutorials, please report them. Thanks.

I would also donate some SOIL or BTC to Abvhiael if he decides to continue with his work for SOIL...!
Great. Who has been able to get in contact with him?


About your node, and everyone's nodes:

NETSTATS

I have recently learned how to set up cubedro's "eth-netstats", and then connect a "eth-net-intelligence-api" client to it.

The public dashboard looks like this:



I offer to set it up for SOIL - but only IF -->

--> people now say:
        YES, I am running or am going to run a node, and
        YES, I am going to get the client for netstats set up.
               (Not very difficult, you just need to install node and then work through a few steps.)


So, who is in?
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: January 20, 2017, 08:51:46 AM
MAINNET WALLETS

A table could be useful, which maps each of the following 9 wallet links to its version string, and checks each that it is working:

Code:
gsoil attach
web3.version
eth.sendTransaction ...




Download

Please only download form the OFFICIAL sources below.




SOILsafe Package


Setup

Win64


SOILsafe-NG (DUST)

Info





Win64
Win32


SOILsafe APP



The above is a direct copy - but for your real money,
do not trust links to wallets posted into a thread.

Trust only links in the OP !
24  Bitcoin / Bitcoin Discussion / Re: [ANN] btc.hopto.org - psychological barriers - worldwide prices - useful tool on: January 20, 2017, 12:53:36 AM
anyone finding this useful?

btc.hopto.org
25  Economy / Auctions / Re: BANNERSPACE (new tool) BTC prices & psychological levels - btc.hopto.org on: January 20, 2017, 12:52:36 AM

... and I have now -additionally to the redirect- put a clickable link on btc.hopto.org
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: January 19, 2017, 07:33:55 PM
Honestly sorry for not being here recently.  Started a new job, moved into a new city, very busy.
I had always had the plan to spend more time on SOIL again, once I am more settled in. Now.

I'd like to hear your opinion:

(GOODBYE) If the community feels investing more time into SOIL is futile, then let's bury it. I destroy my nodes, and perhaps deploy my existing smart contract (see below) on a different chain.

(CONTINUE) If however you think or feel that this beautiful attempt at an ecology oriented chain should survive indeed, then why not read further back in this thread?  YOU can put some time into playing with and learning about smart contracts, and use simple Linux server admin commands to get your own cheap server up, etc..  And if not that, then come on board anyways, and show yourself, and say what you are good at, and how you want to help SOIL. And then start doing that. One good thing of this new tech is that you need not ask anyone for permission; if you have an idea, and some time - you just do it.

What I am contributing at the moment:



TESTNET v1.4.1

I am paying to have 2 cheap servers running testnet soil with the new Homestead SOIL code that martymcfly2015 has contributed (his announcement, my tutorials for it).  One is just running and holding most of the genesis block testnetcoins, the other one is mining testnetcoins.

I have just checked them now:

Code:
gsoiltestnet attach
instance: Gsoil_MMF_TN/v1.4.1-430cc246/linux/go1.6.3
datadir: /home/soil/.soiltnet
coinbase: 0x483df4c1f8f3246ccd7d8314f1864666fb336e08
at block: 360773 (Thu, 19 Jan 2017 15:46:37 UTC)

web3.fromWei(eth.getBalance("0x483df4c1f8f3246ccd7d8314f1864666fb336e08"),"SOIL")
2318478.8542086087865
> eth.mining
true
and

Code:
gsoiltestnet attach
instance: Gsoil_MMF_TN/v1.4.1-430cc246/linux/go1.6.3
datadir: /home/soil/.soiltnet
coinbase: 0xf385fd6addfd1fa039c1bc6e698998bb60a8fb5f
at block: 360780 (Thu, 19 Jan 2017 15:48:36 UTC)

> web3.fromWei(eth.getBalance("0xf385fd6addfd1fa039c1bc6e698998bb60a8fb5f"),"SOIL")
877211.99895
> eth.mining
false

So: the new code has been running happily on testnet since autumn. A good sign.

What could be done next is mentioned here:  https://bitcointalk.org/index.php?topic=1176709.msg16855673#msg16855673 - anyone?



MAINNET v1.3.3 / 1.4.0
(Remind me please, what was the difference between 1.3.3 and 1.4.0 ? Thanks.)

weathercontract and oracle

My oracle server is happily running - http://weathercontract.hopto.org/oracle/

To interact with the smart contract "weathercontract" is really not difficult, I have written good tutorials. See this post as a starting point. Just try it out now. You will appreciate what you are learning on the way, believe me.

The oracle needs a running node to listen to the events and send transactions - so as a side effect, I am also running a permanent mainnet node there (on a third paid VPS server):

Code:
 ps -eo pid,cmd,lstart | grep soil
  510 /home/soil/SOIL/go-ethereum Fri Jul 15 18:37:17 2016

gsoil attach
instance: Gsoil/v1.3.3-b62bb712/linux/go1.5.3
datadir: /home/soil/.soil
at block: 1760431 (Thu, 19 Jan 2017 12:26:09 EST)
> eth.blockNumber
1760431
> net.peerCount
5

So that mainnet node has been running continuously for 6 months, since 2016 July 15th.

I have rebooted the whole droplet now, and started the eventlogloop of the oracle, and tested it.
It is working fine! http://weathercontract.hopto.org/oracle/





Back to the top: IF you answer the initial question with (CONTINUE), then keep on reading:

Just to clarify, I just cannot be THE dev. However,

I would cooperate with other people who are good at what they like to do, and who dedicate some spare time to this.  The sadly cheap price has a happy aspect: New people can come in now. A great opportunity for all of us - so if we really get this off the ground together, there is a nonzero chance that everyone who puts only a bit of money in it now, AND at the same time starts working towards reviving this thread, coin, and community, might get profit out of it, and is then also able to share some of that profit. But this is not an investment advice, do your own thinking. The current situation could easily mean that you will loose 100% of your investment.

One wish: I ask you to consider one thing, if you start playing in the waves of the high volatility now: Please put some of your profits aside, to be able to later help this coin. Either SOIL or even BTC. We need angels who want to profit AND want to share - for giveaways, donations, paying for servers, development work, etc.. One such suggestion already:

Please, Abvhiael - what could we do for you? What would allow you to get you back on board?  
If more people join in, I am willing to donate some SOIL and some BTC into a fund - which pays Abvhiael money to continue with his previously superb work.


So - what does everybody think?  Really curious about the answers now ...
27  Economy / Auctions / Re: BANNERSPACE (new tool) BTC prices & psychological levels - btc.hopto.org on: January 07, 2017, 01:22:08 PM
Just to clarify ... poptok1's problem was fully solved:

Quote from: poptok1
Yes you are right. After changing this settings, site works.
I guess I am also the one that should be thankful Smiley
This will probably help in the future. Also thanks for your time.

Happy
28  Bitcoin / Bitcoin Discussion / Re: [ANN] btc.hopto.org - psychological barriers - worldwide prices - useful tool on: January 07, 2017, 01:19:41 PM
reserved
29  Bitcoin / Bitcoin Discussion / [ANN] btc.hopto.org - psychological barriers - worldwide prices - useful tool on: January 07, 2017, 01:17:43 PM
BTC.HOPTO.ORG

Proudly announcing a useful service, a one-page app

It shows
* 13 bitcoin prices from 10 exchanges
* nearby psychological levels, e.g. 7000 CNY, 1000 USD, 115000 JPY, etc.
* converted into 4 world currencies
* everything is created live
* quick links to charts

Moreover:
* who is waking up right now
* forex prices used
* premium/arbitrage between exchanges
* a donation address, yes angel please support me
* I can put your banner at the bottom, auction thread.



The project development thread is there, but low volume subforum.
This thread here is about announcing it to the greater public.

It is tested, and ready to use. Please
* bookmark it,
* spread the word,
* tweet it,
* facebook it,
* use it,
and give me feedback.

Thanks a lot. Happy trading.
30  Economy / Auctions / Re: BANNERSPACE (new tool) BTC prices & psychological levels - btc.hopto.org on: January 05, 2017, 08:35:05 PM
Thanks a lot for your time!

"What does the sentence at the top translate to?"
Firefox program prevented this site to redirect to another page
Ah, good to know.

Probably it is caused by your personal settings in your browser. You could try a different browser.

"What does "Zezwol" do?"
Allow (the redirection) And I did allowed it multiple times in a row. No effect.

Other people are reporting that same issue (on sites that are not mine), that pressing that button does absolutely nothing. More like a Firefox bug than anything else, I suppose.  I have found out about that with some googling:

https://support.mozilla.org/en-US/questions/1018306
https://support.mozilla.org/en-US/questions/1064632
https://support.mozilla.org/en-US/questions/776931


Looks like you have configured your browser in a way that is useful for e.g. blind people - to prevent redirects without them noticing it. You might want to reconsider that (unless you are blind of course).

To prevent redirecting ... "is an accessibility feature and not a security feature".

31  Economy / Auctions / Re: BANNERSPACE (new tool) BTC prices & psychological levels - btc.hopto.org on: January 05, 2017, 08:07:32 PM

> FF50.1.0 WinXp/32bit
Same version that I am using, only 64bit.

Thx a lot for the screenshot.

What does the sentence at the top translate to?
What does "Zezwol" do?
What is the red "UD" extension at the top right?


32  Economy / Auctions / Re: BANNERSPACE (new tool) BTC prices & psychological levels - btc.hopto.org on: January 05, 2017, 07:46:10 PM
Hi poptok1
Thanks a lot for your advice.

Op you might be unaware of this that your site is not accessible...  Undecided
Its trapped in a loop of redirection, at least at my side it is.
Firefox blocks this redirection (most likely other browsers as well) resulting in
"stuck at data collection" page.
No one will bid when this terrible bug bites the site Smiley

Strange. I have now tested it with:
* Firefox 50.1.0
* Chrome 55.0.2883.87
* IceDragon 45.0.0.5
* Opera 42.0.2393.94

And all are working perfectly on http://btc.hopto.org/
Please tell me your browser, perhaps I can replicate the error that you are seeing.
AND: Could you send me screenshots, thanks.

Please try a hard-reload (Shift-Reload, Ctrl-Reload) on that page.

Also, old bumps must be deleted policy(forum) has bean breached here Tongue

How would I do that? Different from any other BCT subforum,
there are no "delete" and "edit" buttons in my posts, only "quote".

Thanks a lot!
Andreas

33  Bitcoin / Project Development / Re: (new tool) Bitcoin prices & psychological levels nearby - btc.hopto.org on: January 05, 2017, 07:17:06 PM
new version 0.6

* bugfix: Currency rates were hardcoded rates from dev phase, stupid.
    Now real YahooFinance rates are used for conversion.
    The arbitrage spread looks more reasonable now, doesn't it?  Wink

* banner is pointing to "send me your offer" not auction anymore.




http://btc.hopto.org



What else do you want me to implement?

34  Economy / Auctions / Re: BANNERSPACE (new tool) BTC prices & psychological levels - btc.hopto.org on: January 05, 2017, 07:03:11 PM


How much do you pay to have your
leaderboard banner
on my fabulously

useful site http://btc.hopto.org

?

Just send me your offer. Thanks.


35  Economy / Auctions / Re: BANNERSPACE (new tool) BTC prices & psychological levels - btc.hopto.org on: January 05, 2017, 07:00:10 PM


How much do you pay to have your
leaderboard banner on my fabulously

useful site http://btc.hopto.org

?

Just send me your offer. Thanks.

36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: November 28, 2016, 11:51:13 AM
Great initiative, kawa900jc.

Anyone wants testnet coins? Send me your address.

I have just sent testnetcoins to 'Daiw' - thanks for testing martymcfly2015's new code.

Code:
gsoiltestnet attach
> eth.blockNumber
161157

Anyone else? Here is more information: https://bitcointalk.org/index.php?topic=1176709.msg16855673#msg16855673
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: November 12, 2016, 05:05:51 PM
Any news
I was on the bitcoin conference, sorry. Just getting back. I have not had the time to fully check, and will not for another few days, but:

... my 2 testnet nodes seem to have been running fine for the past weeks:

> eth.blockNumber
88570

> eth.mining
true

> web3.fromWei(eth.getBalance(eth.coinbase), "soil")
630093.50315

So if anyone has a bit of time, please go and run the testnetclient of martymcfly2015's new code.

Use my Linux tutorials below, or his Windows manual.

And then tell me your testnet SOIL address, so I can throw huge amounts of testcoins at you ;-)


To be done for the testnet:
* (CODE REVIEW) understand what was changed during the commits with the 200+ files (one is this one)
* (EXPERIMENT) deploy a contract, check that that does work
* (SEARCH AND DO) find and run a test suite to fully test the code

What do you think?




There are two shorter versions now:

Anyone wants testnet coins? Send me your address.

Testnet for new 'homestead' code

Please participate.

I have created tutorials that
  • enable everyone with a bit of computer talent
  • to admin your own VPS server that is ON 24/7,
  • to compile, run, and use a SOIL-1.4.1 testnet node

Start here:
(1) your virtual private server (VPS) at cheap&powerful scaleway --> VPS-scaleway.md
(2) your SOIL testnet node on that VPS -->  gsoiltestnet.md

Please give feedback. Good tutorials ?

Thanks

[SOIL] 0x82e6fac28f2c0d89b442f4b7c0d72fa47c54efa7



P.S.: If you already know how, use martymcfly2015's code, and these nodes:
Quote

admin.addPeer("enode://debbd72816d1c6cfbcfae37e842a6906b122b9a2b196419e39b3087383e3ff4500e462dde66d88cc08aac20c777f6e57ecfa2c541e824b7f528a061e97cf378b@192.52.166.129:39340")
admin.addPeer("enode://ed51b7725c81f250e50c56e48a97ef674fac1e34621550aff9c082b70f2d4839f4812ce2f70a8e97f2e1c41b9f7e97d9881a727352cd005a2cb962020867dda4@163.172.162.229:39340")
admin.addPeer("enode://e310e882ea6dc0e57472b21f9029d4633bc24682b032bcf19da7b9d70e1fde5dd3715b08c124b03e89c9069d980e77dbd6bbe8782668031d5c2a28c6569afb76@163.172.187.101:39340")


Any news

38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: October 28, 2016, 01:40:59 PM


There are two shorter versions now:

Anyone wants testnet coins? Send me your address.

Testnet for new 'homestead' code

Please participate.

I have created tutorials that
  • enable everyone with a bit of computer talent
  • to admin your own VPS server that is ON 24/7,
  • to compile, run, and use a SOIL-1.4.1 testnet node

Start here:
(1) your virtual private server (VPS) at cheap&powerful scaleway --> VPS-scaleway.md
(2) your SOIL testnet node on that VPS -->  gsoiltestnet.md

Please give feedback. Good tutorials ?

Thanks

[SOIL] 0x82e6fac28f2c0d89b442f4b7c0d72fa47c54efa7



P.S.: If you already know how, use martymcfly2015's code, and these nodes:
Quote

admin.addPeer("enode://debbd72816d1c6cfbcfae37e842a6906b122b9a2b196419e39b3087383e3ff4500e462dde66d88cc08aac20c777f6e57ecfa2c541e824b7f528a061e97cf378b@192.52.166.129:39340")
admin.addPeer("enode://ed51b7725c81f250e50c56e48a97ef674fac1e34621550aff9c082b70f2d4839f4812ce2f70a8e97f2e1c41b9f7e97d9881a727352cd005a2cb962020867dda4@163.172.162.229:39340")
admin.addPeer("enode://e310e882ea6dc0e57472b21f9029d4633bc24682b032bcf19da7b9d70e1fde5dd3715b08c124b03e89c9069d980e77dbd6bbe8782668031d5c2a28c6569afb76@163.172.187.101:39340")


39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: October 27, 2016, 02:29:50 AM

--> retweet <-- please. Thank you.


:-)
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SOIL | Environmental | Agriculture | Quixotic | Hackathon | Contracts on: October 26, 2016, 06:50:41 PM


retweet  please. Thank you.
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!