Pages:
Author

Topic: 🌱[ANN] SOIL | Environmental | Agriculture | Smart Contracts | Sustainable - page 90. (Read 237604 times)

legendary
Activity: 2453
Merit: 1025
Energy coin master
One question dev i`m one from very few that is still mining soil, what are you`re future plans with soil?

short term: we're working on porting into an android (and then iOS) wallet, which will bring us a step closer to marketability for retail use as well as let you take your SOIL with you. we're talking with other DApps developers, specifically regarding porting over a blockchain hosted decentralized exchange with SOIL as the base currency. we are hoping to be listed on the ETH-platform hosted iteration of this as well, as a cross-chain parallel currency, not exactly a subcurrency strictly speaking (the token program available thru the ETH platform) but as silver to Ethereum's gold, analogously speaking.

right now we are focusing on the population of the blockchain with middleware DApps with which the long term goals of autonous ag hosting and renewable energy monitoring concerns implementation. the DAPPsphere is an exciting, open source, treasure trove of applications that can be repurposed towards SOILs unique vision.

mid-term projects that we're looking into and working on... a DApps toolkit/framework for SOIL, swarm implementation of p2p data and file transfer (enabling intelligent databases in teh future), and something that wll probably start out as a community message board, but has the potential to be expanded into a social media outlet. id like to see a simple interface graphical miner that could be integrated into SOILsafe, running gsoil and ethminer in the background and a SOIL "marketplace" in the near-to-midterm future, but essentially right now, development is towards a simpler and streamlined wallet service, improved mining and middleware development.
Sounds good I hope my 5KSOIL is a good investment.
sr. member
Activity: 374
Merit: 250
I don't know what people think.....
about this coin
but i like it very much....
.. although i don't have good skill in go language ..lol

Is pos also work fine on ether platform?
sr. member
Activity: 414
Merit: 250
Seems like  the most of users are doubters, not believers.

Dev prepared construvtive plan of development, what else is needed to be involved...



legendary
Activity: 966
Merit: 1001
This is very good coin, but not that popular and it`s a shame.
sr. member
Activity: 374
Merit: 250
good coin....
but is there any conceptual difference btween blockchain based and etherum based currency?
sr. member
Activity: 473
Merit: 250
hero member
Activity: 722
Merit: 501
One question dev i`m one from very few that is still mining soil, what are you`re future plans with soil?

short term: we're working on porting into an android (and then iOS) wallet, which will bring us a step closer to marketability for retail use as well as let you take your SOIL with you. we're talking with other DApps developers, specifically regarding porting over a blockchain hosted decentralized exchange with SOIL as the base currency. we are hoping to be listed on the ETH-platform hosted iteration of this as well, as a cross-chain parallel currency, not exactly a subcurrency strictly speaking (the token program available thru the ETH platform) but as silver to Ethereum's gold, analogously speaking.

right now we are focusing on the population of the blockchain with middleware DApps with which the long term goals of autonous ag hosting and renewable energy monitoring concerns implementation. the DAPPsphere is an exciting, open source, treasure trove of applications that can be repurposed towards SOILs unique vision.

mid-term projects that we're looking into and working on... a DApps toolkit/framework for SOIL, swarm implementation of p2p data and file transfer (enabling intelligent databases in teh future), and something that wll probably start out as a community message board, but has the potential to be expanded into a social media outlet. id like to see a simple interface graphical miner that could be integrated into SOILsafe, running gsoil and ethminer in the background and a SOIL "marketplace" in the near-to-midterm future, but essentially right now, development is towards a simpler and streamlined wallet service, improved mining and middleware development.
legendary
Activity: 966
Merit: 1001
One question dev i`m one from very few that is still mining soil, what are you`re future plans with soil?
full member
Activity: 130
Merit: 100
SOILteam
legendary
Activity: 1904
Merit: 1003
On a website "35 second targeted blocktime"
Before launch on OP if I recall correctly 35 seconds too.
After launch OP changed to 13 seconds after complains that block time does not catching up.

So what is actual blocktime?  Cheesy
sr. member
Activity: 463
Merit: 250
Zero development and ten paragraph replies to yes or no questions. Shitcoin.
full member
Activity: 130
Merit: 100
SOILteam
if someone of you has a server on hand with a changeless ip address, please contribute to SOIL
in setting up a permanent node.
Here you go:
enode://61ca695d390e07c141c5f016d0e705b5565d9bae8f56238118af650581f9f5556c3031f2ae46cf0796271866d2fcd3519d630335f048cc1963125ce746adf160@95.170.180.71:39420
Hope it helps Smiley
Also, one of my small rigs will be pointed to soil, just to keep it running.

And some advice: if you want something to grow from soil ( sounds good, eh? Smiley ), then "water" it: port some simple contracts from Ethereum, if you find any useful ones. Make Android wallet to simplify soil's use. Create roadmap for future development, let it be slow and long, but create it and post here in the OP. All that helps.

Thank you!
full member
Activity: 130
Merit: 100
SOILteam
Hi community,

if someone of you has a server on hand with a changeless ip address, please contribute to SOIL
in setting up a permanent node.

Node setup for Ubuntu 14.04:
Code:
apt-get update
apt-get dist-upgrade
apt-get install git binutils bison gcc make libgmp3-dev build-essential
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
echo "[[ -s \"$HOME/.gvm/scripts/gvm\" ]] && source \"$HOME/.gvm/scripts/gvm\"" >> ~/.bashrc
source ~/.bashrc
gvm install go1.4
gvm use go1.4 --default
git clone https://github.com/soilcurrency/go-ethereum.git
cd go-ethereum
make gsoil

./build/bin/gsoil account new
./build/bin/gsoil --maxpeers=100 console

--Alternative mod by altsheets (Thanks)--
here

Post your node string here in our thread, together with the ip address of the server.
i.e.:
enode://[email protected]:39338

Thanks


With pleasure!

Code:
admin.addPeer("enode://68653c094752f3f19a0ae18fdd9941558dee73cadb4390d21d638f98c2efd1670f8ec5b93d031a5fca0b744b3f8399d122784d5bde6ecd0139791cb684f74d27@52.28.46.180:39420")
admin.addPeer("enode://47be3a3a51bd8bec8f2194ea77fe94bcb024ea6dc92e97605b527f2e5f80d949dc96184b98d36413a1b1342e3e8836f3562c63c81a4f9be532565687f72ac194@194.135.92.93:39420")

Much appreciated.
hero member
Activity: 601
Merit: 500
Hi community,

if someone of you has a server on hand with a changeless ip address, please contribute to SOIL
in setting up a permanent node.

Node setup for Ubuntu 14.04:
Code:
apt-get update
apt-get dist-upgrade
apt-get install git binutils bison gcc make libgmp3-dev build-essential
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
echo "[[ -s \"$HOME/.gvm/scripts/gvm\" ]] && source \"$HOME/.gvm/scripts/gvm\"" >> ~/.bashrc
source ~/.bashrc
gvm install go1.4
gvm use go1.4 --default
git clone https://github.com/soilcurrency/go-ethereum.git
cd go-ethereum
make gsoil

./build/bin/gsoil account new
./build/bin/gsoil --maxpeers=100 console

--Alternative mod by altsheets (Thanks)--
here

Post your node string here in our thread, together with the ip address of the server.
i.e.:
enode://[email protected]:39338

Thanks


With pleasure!

Code:
admin.addPeer("enode://68653c094752f3f19a0ae18fdd9941558dee73cadb4390d21d638f98c2efd1670f8ec5b93d031a5fca0b744b3f8399d122784d5bde6ecd0139791cb684f74d27@52.28.46.180:39420")
admin.addPeer("enode://47be3a3a51bd8bec8f2194ea77fe94bcb024ea6dc92e97605b527f2e5f80d949dc96184b98d36413a1b1342e3e8836f3562c63c81a4f9be532565687f72ac194@194.135.92.93:39420")
hero member
Activity: 722
Merit: 501
This is what happens when you wait 3 weeks for exchange and refuse lesser ones to start with.  Roll Eyes



Another wall of text.


Lets be clear on something. You are the one who came to me in PM and tried to sweettalk me into not talking bad about your shitcoin, I did not come to you. Stop posting walls of text and show even 1 single piece of development or stfu.



yes, lets be clear. i wrote you a PM the day after the launch as youd been the most vocal and abusive during the launch, and it was, from what i could tell at the time, because you couldnt connect to the nodes and needed to express your opinion publicly. i wrote because dealing with the problems that crop up amongst the community is part of what i am supposed to do. i wanted to be able to address any concerns you had in a private fashion rather than call you out on your attitude publicly. most other devs wouldve pegged you off as being a blowhard and ignored you completely, i tried to address your problems with the system implementation. the underlying personality behind the username, i cant do anything about..

to be clear, you mentioned that you were upset that day and apologized for your foul-mouthedness, blaming it on frustration because youd done work on the testnet but HADNT set in for a bounty for it, and when the launch didnt go smoothly for YOU, you ended the day with a zero SOIL balance. i promised to check into that, the testnet work, for you. unfortunately, with no testnet wallet address provided, i couldnt find anything that would conclusively point to the contribution you made. and you are understandably irate because we couldnt bend over backwards and give you a unjustifiable bounty for work we couldnt prove you did on the testnet beyond just trusting "your word", depleting unrasonably a cost from the community fund would not have served the overall interests of the project, im sorry to say. .

i post as i do because i was taught to be thorough in my communications. to be literate. i dont post l33tsp34k or emojis or whatever passes for meaningful discussion tools nowadays. id responded to the other FUDhappy poster recently with nothing constructive to add to the conversation. -our price? hey, you guys set it, not us.. if you want a higher price for your SOIL, im not gonna hold your hand and tell you how to look at the exchange with economic strategy. we dont have control over the price and are not contributing to the market side of things right now. -"the coin is dead".. how so? we're still working on it, we're still pushing the innovations forward. we're short term focusing the underlying infrastructure, the middleware to build the larger DAPPs around.

i get it that the cryptocurrency is world has a large representation of people like you. well, not you specifically because youve actually been different than the caricature youve present on this thread on other coins youve had work with, youve actually called people out for the attitude you present here. youve actually TRIED to contribute, and thats the sort of community member im sorry to see leave...

the other fella i was responding to yesterday has never contributed more to the world of crypto other than two or three line insults to every coin he becomes interested it. but neither himself or you show evidence that youve actually done the work to build a coin, to build an idea thats something bigger than another minable coin on the exchanges. its easy to bitch when someone else does the heavy lifting while you stand off to the side pointing out that he forgot to lift with his back, hes not holding it right, etc etc.

you want development, on a DAILY basis. thats not going to happen. we are working at our pace and will work to get this  project to the place we envision it. right now, we're working on the code for our android wallet and discussing with another developer on porting SOIL into his ethereum platform based decentralized exchange, as well as possibly setting up a base=SOIL exchange against ETH/BTC on our programmatic network. thiese are easier projects to embolden right now as further reach and adjusting our position as a subcurrency of ethereum is important right now... when EXACTLY will those small projects be accomplished? when they are. not months away, not tomorrow...and then we'll start working on the next project. and the next.

sorry that you dont like the "wall of text". when we are misconstrued and insulted regarding our project, i will naturally stand up in defense of it. i regret that i cant do it in a tweet-sized nugget of newspeak. but concise speech and conclusive dealing with a subject is how i was taught. i dumb it down as much as i can.

i was simply responding, in that WALL OF TEXT, that your post, was full of misconceptions and outright lies. a gross exaggeration of facts to support your negative statements. just to correct you again, it wasnt three weeks before we hit an exchange, in fact we'd only been LIVE for a week when you wrote that. we didnt turn down any small exchange, we actually looked into inclusion on some of them and heard, form the community, that it would be pointless on smaller exchanges. ive always been for multiple exchange presences of differing sizes to spread the supply around, but also because the smaller exchanges tend to breed specific communities that can really accept or reject a coin... you misrepresented and i needed to correct that as wild inaccuracies like that are insulting and is just purposefully and actively trying to spread hate about a project. .

yknow, though... the network is THERE. if you have such a keen developmental mind, and want something to be done to increase your profit margin in SOIL, then write a DApp, build a contract, do something constructive with whats been built, rather than just sit there and throw a tantrum. if you dont like my "wall of text" responses to five word uninformed attention seeking rants, dont read them. but dont expect me to "stfu" in the forum set forth to discuss the currency im on the development team for, though.

and writing you privately after your juvenile meltdown on day of the launch wasnt trying to sweet talk you into not talking negatively about our project. i was simply trying to see if youd solved your problem setting up the system. i wasnt sucking up to you for your glowing reviews. whenn you mentioned your conerns about the testnet bounties you wouldve receied if youd posted your testnet wallet address up in the week or so we were asking for them, you wouldeve gotten it in the first place... i looked into it for you, and i cant find your testnet address, i cant justify a bounty after the fact. i didnt do that much poking around because i wanted you to evangelize SOIL on the boards and never suggested that. it just, i actually care about the people in this community, both the ones that contribute and objectively discuss and criticize, and even the foul mouthed arseholes too.
newbie
Activity: 10
Merit: 0
I am loosing my conviction which part of this dispute is correct.

"Wall of text"  or voice of disappointed users.

Defend yourself!
newbie
Activity: 40
Merit: 0
This is what happens when you wait 3 weeks for exchange and refuse lesser ones to start with.  Roll Eyes



Another wall of text.


Lets be clear on something. You are the one who came to me in PM and tried to sweettalk me into not talking bad about your shitcoin, I did not come to you. Stop posting walls of text and show even 1 single piece of development or stfu.



Also being tired of reading wall of text made by DevTeam.

Nothing constructive.  Show even 1 single piece of development What goals are you facing now?  I guess how to write another wall of text without saying constructive thoughts
sr. member
Activity: 463
Merit: 250
This is what happens when you wait 3 weeks for exchange and refuse lesser ones to start with.  Roll Eyes



Another wall of text.


Lets be clear on something. You are the one who came to me in PM and tried to sweettalk me into not talking bad about your shitcoin, I did not come to you. Stop posting walls of text and show even 1 single piece of development or stfu.

legendary
Activity: 1559
Merit: 1001
Epic Private Internet Cash
Agreed, as I said I will keep one rig on this several weeks. At this momment they are two actually. Smiley
hero member
Activity: 722
Merit: 501
@1900sat
lmao dat epic price for a coin with 8 coins BlockReward
total fail
soil is one of the most unfair "coin" ever for mining

well, the market sets the value, which ive said all along. eventually, when the firesale SOIl has been distributed outwardly, the push of miner profit/market price will even out. its a supply and demand thing. with 400,000 mined SOIL and 50,000 testnet SOIL, there are 165,000 SOIL on the sellers wall at the market. nearly a third. as my earlier post pointed out, the approximately 50,000 SOIL bounty deductions were deducted from the community reserves and no SOIL had been withdrawn from the developers wallets.

truly, this is the community settings it's own price, for now. we will be adding implementations and building recognition. this is as much of a roadmap i can give for the coming weeks. middleware DApps integrated into the system, platform translations, ease-of-mining are the areas we should be focusing on right now, building the contracts that will enable other contracts to speak with eachother, within a network of interactions like clockworks. android wallet and full featured block explorer. a functioning GUI mining application..

letters introducing perspective industry endusers are being written, providing an alternative to the costly cloud server application subscription services. remarking on the benefits of a reliant programmatic network on top of an unalterable block chain. when i started out looking at this project, i set my first big milestone at about two years, around the point we halve the block reward, with about 14 million minted SOIL. thats not a big number if you think about it, compared to some of the crazier altcoins on the marketplace... to the high OR low side... and being able to have the middleware layer of DApps running underneath the larger scale DApps, that interact with the enduser. two years of development work.

the network is THERE now. its a digital ENTITY. now it needs to be written upon, the scalability of it must be tested. as for the market value for the commodity of SOIL, i cant affect that, i wouldnt want to be able to affect it. i see it as an incentive to work harder to exponentially increase our value with ongoing work and marketing of the product we have built.

a coin only fails when its developers abandon it. i have a strong vision of what this global virtual machine CAN do. i can visualize how we can serve a specific industry sector, thus making it possible other focused blockchains will emerge. many retail giants have discussed issuing their own branded altcoin. McBucks anyone? WalDollars? a commecialization of the blockchain was inevitable. as is specific blockchain communities. with ETH-based protocol, whats good on one will translate to another, so that the whole of the ETH-platform based crypto should be theoretically able to speak to eachother, to interact. how long until the NHL (showing my canadian pride here) decides to build a private chain with team hosted applications and user interaction, using the coin generated by computational processing borrowing for mining, as tokens for use within a self-contained branded storefront...

with SOIL, i think we can push those boundries out, testing how the whole might interact with its parts, how visionaries like piper merriem can rebuild the internet without middlemen between you and me, and how we can adapt that for SOIL. within a few years, maybe itll be "yeah, theres a DApp for THAT!" but we're only now having the first few major projects starting to populate on the ETH platform. theres still a lot of pushing at the borders, and now its a matter of finding out where and how and which of those emergent technologies is practical and relevant to the SOIL network? does having a low market price/gas price, computationallly speaking, make SOIL a better place to do business, economically speaking?

this is our new reality for SOIL you, the community sets the price that you are willing to buy and sell SOIL for. i have purchased small amounts of SOIL on the market, it remains an investment for me. at this end, its time to build the middleware layer on the network on top of the blockchain, make it more interactive and user-expedient. its time to present what we've built and its benefits to the industry beyond where we will biuld our business towards. we're TEN DAYS since launch. this coin isnt going to fail, itll find its legs.

i cant understand how its an unfair coin for mining? the mining profit needed to mine a coin is reduced on SOIL based on its low value that the market set, much of it is what has been mined, so in its way thats truly the most democratic market that can be set. with miners migrating out lower hashrates and difficulty set by the gravity well algo wil tailor the system to maintain its distribution schedule to lower hashrated mining. solo mining will become profitable again and the price rises. i understand that a perceptually low block reward might keep miners away who are looking for big profits now, after all, its a monetary business... but lower availability as time continues against the finite level of SOIL to be minted, will raise the price as well.

the markets GLUTTED. thats it. pull some off the low sell lists and the price goes up. its hard to be patient in the cryptocurrency world where its all about turning a profit. in building SOIL and working towards something a whole lot bigger within it, for me, this isnt about profit, its about the future. where something small now might build into something complex and interconnected and alive in its own right.

Pages:
Jump to: