Author

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

hero member
Activity: 601
Merit: 500
Wrong default settings for the new SOILsafe GUI:

http://i.imgur.com/fEeo5lm.png
http://i.imgur.com/76f9bVC.png

The IPC path should be ~/.soil/gsoil.ipc.

Linux filenames are case-sensitive Smiley

This should be fixed now (sourcecode).

Thanks

There is an old bug in the SOILsafe GUI, inherited from Etherwall:
Transactions tab, enter a value with comma instead a decimal point (e.g. 1,1)
SOILsafe is immediately terminated with an exception.

This should be fixed too (sourcecode).

Thanks

Fine, I will check it later.
Now the transaction exception is still open.
https://bitcointalksearch.org/topic/m.12503441
hero member
Activity: 518
Merit: 500

I agree, a polished project is better than a rushed project. Best to learn from ETH, SHF and EXP, improve upon them. All ETH and clones seem to be doing ok now, minus the diff issues.
hero member
Activity: 601
Merit: 500
is it possible to fix things where word "ether" appiers and made them to be "soil"
Also DAG location.. etc.

Good idea, but please hold the JSON-RPC and console commands compatible with ETH.
Another possibility would be to allow e.g. soil.getBalance() additionally to eth.getBalance().
hero member
Activity: 518
Merit: 500
Great that you finally put a more descriptive goal of the project, now you earn more of my trust and more likely other too. Greatly appreciate you did that....

is it possible to fix things where word "ether" appiers and made them to be "soil"
Also DAG location.. etc.

These are great ideas, to separate SOIL using eth/ether in the coding. I give props for ETH team from creating the original project, but to be original from it would do more honor IMO....
hero member
Activity: 848
Merit: 500
is it possible to fix things where word "ether" appiers and made them to be "soil"
Also DAG location.. etc.
full member
Activity: 130
Merit: 100
SOILteam
There is an old bug in the SOILsafe GUI, inherited from Etherwall:
Transactions tab, enter a value with comma instead a decimal point (e.g. 1,1)
SOILsafe is immediately terminated with an exception.

This should be fixed too (sourcecode).

Thanks
full member
Activity: 130
Merit: 100
SOILteam
Wrong default settings for the new SOILsafe GUI:




The IPC path should be ~/.soil/gsoil.ipc.

Linux filenames are case-sensitive Smiley

This should be fixed now (sourcecode).

Thanks
hero member
Activity: 722
Merit: 501
We are aware that everyone wants a launch date set as soon as possible. soil, our developer, wants to get this out and available as soon as possible, but also wants to have a smooth roll-out and is working at eliminating any bugs that are found before we have the main-net set up. In the meantime, we are setting bounty rates, finalizing the block time/difficulty/reward numbers and getting the website set up. I thank you all for your patience, and promise that as soon as we set a date, the countdown on the OP will be set, and with enough foretime set that everyone will have ample time to set up their miners and be ready to go as soon as we launch. We dont want to rush this, and then be scrambling to correct errors that crop up after the launch. Like a fine wine, a good cryptocurrency should not be uncorked before its time. This is meant to be a fair launch with everyone having an equal oppurtunity, both with assisting in defining the reward schedule of the coin itself and in being able to start mining of the main net as soon as we are launched, with at least one, but hopefully two or three exchanges ready for us immediately.

that being said, what exchanges would you folks like us to get SOIL listed on? bleutrade is pretty much a lock right now, theyre just waiting for our launch date to be set, but will be open for trading as soon as we launch. ive looked into cryptopia and will be adding us to their "coin inclusion" voting, and have written poloniex as well, waiting on their reply. what other exchanges do you folks use? where would you like to see SOIL listed? id like very much to have those set up to be ready for launch.

thank you for your time and patience.
~abvhiael crowley
legendary
Activity: 1848
Merit: 1018
So much dev asking community about every aspect of coin, pre-mine, voting.
Just set up a fair coin without pre-mine and they will come.
sr. member
Activity: 280
Merit: 250
From Russia with love
full member
Activity: 130
Merit: 100
SOILteam
Hi community,

if some one of you have a server on hand with a changeless ip address, please contribute to SOIL
in setting up a node for the test-net.

We offer a bounty for every community member who setup one node or more.
You will be part of the main-net genesis, because we will place the bounty direcly in there for your SOIL address!

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 --rpc --networkid="39338" --maxpeers=100 --genesis test-net-genesis.json console

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

Thanks


I added a 2nd soil server

Code:
admin.addPeer("enode://804216dadbb4199845b1ec2f788e608f7a5bcae10cea448031b209009d3b68e64e6ba3c35f8220fd28ea65e64ab7abc2cf65eb3198db71869268bac6156acd7c@194.135.92.93:39338")

Thanks!
OP updated.
hero member
Activity: 601
Merit: 500
Hi community,

if some one of you have a server on hand with a changeless ip address, please contribute to SOIL
in setting up a node for the test-net.

We offer a bounty for every community member who setup one node or more.
You will be part of the main-net genesis, because we will place the bounty direcly in there for your SOIL address!

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 --rpc --networkid="39338" --maxpeers=100 --genesis test-net-genesis.json console

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

Thanks


I added a 2nd soil server

Code:
admin.addPeer("enode://804216dadbb4199845b1ec2f788e608f7a5bcae10cea448031b209009d3b68e64e6ba3c35f8220fd28ea65e64ab7abc2cf65eb3198db71869268bac6156acd7c@194.135.92.93:39338")
hero member
Activity: 601
Merit: 500
Exception and quick exit in the SOILsafe GUI after creating a transaction:

Code:
ERROR   [src/bigint.cpp, #975; Vin] BigInt::Ulong value too big: 
i_unit              = 140645502055701, 0x7fea95307515
BASE2               = 1000000000, 0x3b9aca00
MAX_UNIT_VALUE      = 4611686018427387903, 0x3fffffffffffffff


SOILsafe: src/bigint.cpp:978: BigInt::Vin::Vin(BigInt::Ulong): Zusicherung »i_unit < BASE2« nicht erfüllt.
Abgebrochen


The transaction was sent (tx shown in console), but SOILsafe was immediately closed.

The same behavior in the Shift GUI

EDIT: current github sources, Linux x64, QT5.5
legendary
Activity: 1339
Merit: 1002
legendary
Activity: 2688
Merit: 1240
legendary
Activity: 966
Merit: 1001
When is the expected launch of the main net? when is the mining going to take place? How can we mine the coin when it launches?

I hope ocminer will set up pool.

https://soil.suprnova.cc

Great as always he delivers Smiley
member
Activity: 92
Merit: 10
When is the expected launch of the main net? when is the mining going to take place? How can we mine the coin when it launches?

I hope ocminer will set up pool.

https://soil.suprnova.cc
sr. member
Activity: 463
Merit: 250
When is the expected launch of the main net? when is the mining going to take place? How can we mine the coin when it launches?

I hope ocminer will set up pool.

If he doesnt die of old age first.
Jump to: