Bitcoin Forum
May 06, 2024, 05:11:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: none
. - 0 (0%)
. - 0 (0%)
Total Voters: 0

Pages: « 1 ... 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 [78] 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 ... 148 »
  Print  
Author Topic: 🌱[ANN] SOIL | Environmental | Agriculture | Smart Contracts | Sustainable  (Read 237558 times)
fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
February 01, 2016, 12:01:44 AM
 #1541



I finally got some more SOIL. I'm pretty happy with my purchase.

Is this coin planning on switching to the ETH 2.0 Casper Proof-of-stake code written in Scala? This is where I think the real potential is. What do other people think?



1715015490
Hero Member
*
Offline Offline

Posts: 1715015490

View Profile Personal Message (Offline)

Ignore
1715015490
Reply with quote  #2

1715015490
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715015490
Hero Member
*
Offline Offline

Posts: 1715015490

View Profile Personal Message (Offline)

Ignore
1715015490
Reply with quote  #2

1715015490
Report to moderator
Blue_Panda73
Full Member
***
Offline Offline

Activity: 126
Merit: 100


fastdice.com The Worlds Fastest Bitcoin Dice


View Profile WWW
February 01, 2016, 10:05:00 AM
 #1542

The average network hash rate is just 60MH/s. It is about 3x280x hash rate. Why is it slow slow. How many blocks does it use to average?

altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
February 01, 2016, 04:02:39 PM
 #1543

Where do I find the total network hash rate and the difficulty?

http://stats.soilcoin.xyz/

plus http://178.62.133.174:9001/#/chain/difficulty

plus that and more info on http://178.62.133.174:9001/#/chain/


easier to remember: http://abee.soilcoin.xyz --> v0.2.3a (in the title) --> API (top right)

AltFolio = Altcoin Portfolio solution || AAsset = crowdfunding, dividends paying = profit sharing Assets on NXT || Newbium great new platform || AssetGraphs = novel GUI to assets & shareholders (won nxthacks2015!) || ABEE = Block Explorer Extension for ETH clones, live on SOIL || Advice = Consulting || assetparser.py and shareholders.py - tools for NXT/HZ asset buyers & issuers || bamm.py || PeerCrawler || PGP || Texts || Github e.g. ChainCountDown, ethjsre |||| /give/ GiveBackLicense /give/ |||| Looking for an affordable crypto advertisement service with adspaces on crypto-attractive websites, contact me, thx.
PeaMine
Hero Member
*****
Offline Offline

Activity: 979
Merit: 510



View Profile
February 01, 2016, 11:39:38 PM
 #1544

Now with the Fork, what method of GPU mining on Ubuntu with an Nvidia 750 using either OpenCL or CUDA?
The instructions at the suprnova pool don't seem to help.

Datacenter Technician and Electrician.  If you have any questions feel free to ask me as I am generally bored looking at logs and happy to help during free time.
soil (OP)
Full Member
***
Offline Offline

Activity: 130
Merit: 100

SOILteam


View Profile WWW
February 02, 2016, 12:35:26 PM
Last edit: February 02, 2016, 01:55:53 PM by soil
 #1545

Now with the Fork, what method of GPU mining on Ubuntu with an Nvidia 750 using either OpenCL or CUDA?
The instructions at the suprnova pool don't seem to help.

OpenCL or CUDA?
Both will work.

Untested:

Install gsoil

https://bitcointalk.org/index.php?topic=1176709.msg12390134#msg12390134

Install Nvidia Driver & CUDA 7.5

Code:
sudo add-apt-repository ppa:xorg-edgers/ppa -y
sudo apt-get update
sudo apt-get install nvidia-352 libcuda1-352
wget http://developer.nvidia.com/compute/cuda/7.5/RC/local_installers/cuda-repo-ubuntu1404-7-5-rc_7.5-7_amd64.deb
sudo dpkg -i cuda-repo-ubuntu1404-7-5-rc_7.5-7_amd64.deb
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install cuda
reboot

Install Requirements

Code:
sudo apt-add-repository ppa:george-edition55/cmake-3.x
sudo apt-get -y install language-pack-en-base
sudo dpkg-reconfigure locales
sudo apt-get -y install software-properties-common
wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty main"
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install build-essential git cmake libboost-all-dev libgmp-dev libleveldb-dev libminiupnpc-dev libreadline-dev libncurses5-dev libcurl4-openssl-dev libcryptopp-dev libjson-rpc-cpp-dev libmicrohttpd-dev libjsoncpp-dev libargtable2-dev llvm-3.8-dev libedit-dev mesa-common-dev ocl-icd-libopencl1 opencl-headers libgoogle-perftools-dev qtbase5-dev qt5-default qtdeclarative5-dev libqt5webkit5-dev libqt5webengine5-dev ocl-icd-dev libv8-dev

Install ethminer
Code:
git clone https://github.com/Genoil/cpp-ethereum.git  
cd cpp-ethereum
mkdir build
cd build
cmake .. -DETHASHCL=1 -DGUI=0
cd ethminer
make

Start ethminer
Code:
./ethminer -F http://127.0.0.1:39421 -U
PeaMine
Hero Member
*****
Offline Offline

Activity: 979
Merit: 510



View Profile
February 02, 2016, 03:42:07 PM
 #1546

Now with the Fork, what method of GPU mining on Ubuntu with an Nvidia 750 using either OpenCL or CUDA?
The instructions at the suprnova pool don't seem to help.

OpenCL or CUDA?
Both will work.

Untested:

Install gsoil

https://bitcointalk.org/index.php?topic=1176709.msg12390134#msg12390134

Install Nvidia Driver & CUDA 7.5

Code:
sudo add-apt-repository ppa:xorg-edgers/ppa -y
sudo apt-get update
sudo apt-get install nvidia-352 libcuda1-352
wget http://developer.nvidia.com/compute/cuda/7.5/RC/local_installers/cuda-repo-ubuntu1404-7-5-rc_7.5-7_amd64.deb
sudo dpkg -i cuda-repo-ubuntu1404-7-5-rc_7.5-7_amd64.deb
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install cuda
reboot

Install Requirements

Code:
sudo apt-add-repository ppa:george-edition55/cmake-3.x
sudo apt-get -y install language-pack-en-base
sudo dpkg-reconfigure locales
sudo apt-get -y install software-properties-common
wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty main"
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install build-essential git cmake libboost-all-dev libgmp-dev libleveldb-dev libminiupnpc-dev libreadline-dev libncurses5-dev libcurl4-openssl-dev libcryptopp-dev libjson-rpc-cpp-dev libmicrohttpd-dev libjsoncpp-dev libargtable2-dev llvm-3.8-dev libedit-dev mesa-common-dev ocl-icd-libopencl1 opencl-headers libgoogle-perftools-dev qtbase5-dev qt5-default qtdeclarative5-dev libqt5webkit5-dev libqt5webengine5-dev ocl-icd-dev libv8-dev

Install ethminer
Code:
git clone https://github.com/Genoil/cpp-ethereum.git  
cd cpp-ethereum
mkdir build
cd build
cmake .. -DETHASHCL=1 -DGUI=0
cd ethminer
make

Start ethminer
Code:
./ethminer -F http://127.0.0.1:39421 -U


Thanks a ton trying this out
Do you recommend I solo mine at this difficulty with one card, or pool?  If so, which pool do you recommend?

Datacenter Technician and Electrician.  If you have any questions feel free to ask me as I am generally bored looking at logs and happy to help during free time.
abvhiael
Hero Member
*****
Offline Offline

Activity: 722
Merit: 501


View Profile
February 02, 2016, 04:56:23 PM
 #1547


Thanks a ton trying this out
Do you recommend I solo mine at this difficulty with one card, or pool?  If so, which pool do you recommend?

depends what sort of card you have. i have a really crappy video card, i average about 2 Mh/s
ive been mining on our hosted pool at http://45.63.4.165:5000/ alongside peter (soil) for awhile now. it doesnt look as though anyone at all is mining via suprnova anymore. ill be keeping our pool open perpetually. payouts are immediate upon round's end.
malekbaba
Legendary
*
Offline Offline

Activity: 1526
Merit: 1026

SellDefi.com | Earn by selling files


View Profile
February 02, 2016, 05:21:18 PM
 #1548

how do i mine this coin in windows ?
GoldenEye
Hero Member
*****
Offline Offline

Activity: 601
Merit: 500


View Profile
February 02, 2016, 09:22:49 PM
 #1549


Thanks a ton trying this out
Do you recommend I solo mine at this difficulty with one card, or pool?  If so, which pool do you recommend?

depends what sort of card you have. i have a really crappy video card, i average about 2 Mh/s
ive been mining on our hosted pool at http://45.63.4.165:5000/ alongside peter (soil) for awhile now. it doesnt look as though anyone at all is mining via suprnova anymore. ill be keeping our pool open perpetually. payouts are immediate upon round's end.



I'd like to help with mining, however, I have only chipset graphics  Sad
GoldenEye
Hero Member
*****
Offline Offline

Activity: 601
Merit: 500


View Profile
February 02, 2016, 09:25:01 PM
 #1550

how do i mine this coin in windows ?
See OP, Mining section
GoldenEye
Hero Member
*****
Offline Offline

Activity: 601
Merit: 500


View Profile
February 02, 2016, 09:25:38 PM
 #1551

Soil, can you please update the OP:

Specification
Mining Algorithm: dagger, Proof-of-Work
Block reward: 4 SOIL
Target Block Time: 60 seconds
soil (OP)
Full Member
***
Offline Offline

Activity: 130
Merit: 100

SOILteam


View Profile WWW
February 02, 2016, 11:42:32 PM
 #1552

Soil, can you please update the OP:

Specification
Mining Algorithm: dagger, Proof-of-Work
Block reward: 4 SOIL
Target Block Time: 60 seconds

Done thanks!
malekbaba
Legendary
*
Offline Offline

Activity: 1526
Merit: 1026

SellDefi.com | Earn by selling files


View Profile
February 03, 2016, 04:39:21 AM
 #1553

when ever I clicked on .bat files it stucks with "server is starting" and no thing happens , i waiting for 1 hour
crypto4jan
Legendary
*
Offline Offline

Activity: 2451
Merit: 1025


Energy coin master


View Profile WWW
February 03, 2016, 06:21:35 AM
 #1554

when ever I clicked on .bat files it stucks with "server is starting" and no thing happens , i waiting for 1 hour

You don't see this:

Code:
I0203 07:19:11.326812    4260 database.go:71] Alloted 16MB cache to C:\Users\Jan
\AppData\Roaming\Soil\chaindata
I0203 07:19:11.387852    4260 database.go:71] Alloted 16MB cache to C:\Users\Jan
\AppData\Roaming\Soil\dapp
I0203 07:19:11.406866    4260 backend.go:311] Protocol Versions: [63 62 61], Net
work Id: 42
I0203 07:19:11.410869    4260 backend.go:359] Blockchain DB Version: 3
I0203 07:19:11.415872    4260 blockchain.go:214] Last header: #334073 [026c60c9.
] TD=22515687552172102
I0203 07:19:11.415872    4260 blockchain.go:215] Last block: #334073 [026c60c9.]
 TD=22515687552172102
I0203 07:19:11.415872    4260 blockchain.go:216] Fast block: #334073 [026c60c9.]
 TD=22515687552172102
I0203 07:19:11.433883    4260 cmd.go:114] Starting Gsoil/v1.4.0/windows/go1.5.3
I0203 07:19:11.433883    4260 server.go:311] Starting Server
I0203 07:19:13.780459    4260 nat.go:111] mapped network port udp:39420 -> 39420
 (ethereum discovery) using UPNP IGDv1-IP1
I0203 07:19:13.822486    4260 udp.go:204] Listening, enode://f97d94ca127228d5464
9f5a3eed0517a56bf911ad8b876c4afc74e04557691cf659146054fdf0f6e93b21d9bae2d16eff74
1b70022c71d3f357d8b3765dfbe82@213.46.197.237:39420
I0203 07:19:13.823487    4260 server.go:552] Listening on [::]:39420
I0203 07:19:13.823487    4260 backend.go:523] Server started
I0203 07:19:13.827489    4260 ipc.go:112] IPC service started (\\.\pipe\gsoil.ip
c)
I0203 07:19:13.949571    4260 nat.go:111] mapped network port tcp:39420 -> 39420
 (ethereum p2p) using UPNP IGDv1-IP1
instance: Gsoil/v1.4.0/windows/go1.5.3
 datadir: C:\Users\Jan\AppData\Roaming\Soil
coinbase: 0x2127dbc729d98c40e30537d231e1b72ddb6ac59b
at block: 334073 (Tue, 02 Feb 2016 16:28:11 CET)
modules: admin:1.0 db:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 shh:1
.0 txpool:1.0 web3:1.0
> I0203 07:19:23.825938    4260 downloader.go:288] Block synchronisation started

I0203 07:19:26.321263    4260 blockchain.go:1230] imported 4 block(s) (0 queued
0 ignored) including 0 txs in 2.3235366s. #334077 [9c106798 / 4383f32c]
I0203 07:19:26.404318    4260 blockchain.go:1230] imported 17 block(s) (0 queued
 0 ignored) including 1 txs in 80.0534ms. #334094 [edc8738d / 12fd8f22]

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
malekbaba
Legendary
*
Offline Offline

Activity: 1526
Merit: 1026

SellDefi.com | Earn by selling files


View Profile
February 03, 2016, 07:24:17 AM
 #1555

I only see this . I have downloaded SOIL-main-net-package-x64-v7, and SOIL_mining_package_windows_64-bit_v1
Then i clicked on gsoil.bat and stuck with it.

I0203 10:40:38.277761    7036 database.go:71] Alloted 16MB cache to C:\Users\Shi
laRifat\AppData\Roaming\Soil\chaindata
I0203 10:40:38.289762    7036 database.go:71] Alloted 16MB cache to C:\Users\Shi
laRifat\AppData\Roaming\Soil\dapp
I0203 10:40:38.303763    7036 backend.go:311] Protocol Versions: [63 62 61], Net
work Id: 42
I0203 10:40:38.303763    7036 backend.go:359] Blockchain DB Version: 3
I0203 10:40:38.304763    7036 blockchain.go:214] Last header: #0 [40cb5b40.] TD=
1073741824
I0203 10:40:38.304763    7036 blockchain.go:215] Last block: #0 [40cb5b40.] TD=1
073741824
I0203 10:40:38.304763    7036 blockchain.go:216] Fast block: #0 [40cb5b40.] TD=1
073741824
I0203 10:40:38.309763    7036 cmd.go:114] Starting Gsoil/v1.4.0/windows/go1.5.3
I0203 10:40:38.309763    7036 server.go:311] Starting Server


soil (OP)
Full Member
***
Offline Offline

Activity: 130
Merit: 100

SOILteam


View Profile WWW
February 03, 2016, 08:12:51 AM
 #1556

I only see this . I have downloaded SOIL-main-net-package-x64-v7, and SOIL_mining_package_windows_64-bit_v1
Then i clicked on gsoil.bat and stuck with it.

I0203 10:40:38.277761    7036 database.go:71] Alloted 16MB cache to C:\Users\Shi
laRifat\AppData\Roaming\Soil\chaindata
I0203 10:40:38.289762    7036 database.go:71] Alloted 16MB cache to C:\Users\Shi
laRifat\AppData\Roaming\Soil\dapp
I0203 10:40:38.303763    7036 backend.go:311] Protocol Versions: [63 62 61], Net
work Id: 42
I0203 10:40:38.303763    7036 backend.go:359] Blockchain DB Version: 3
I0203 10:40:38.304763    7036 blockchain.go:214] Last header: #0 [40cb5b40.] TD=
1073741824
I0203 10:40:38.304763    7036 blockchain.go:215] Last block: #0 [40cb5b40.] TD=1
073741824
I0203 10:40:38.304763    7036 blockchain.go:216] Fast block: #0 [40cb5b40.] TD=1
073741824
I0203 10:40:38.309763    7036 cmd.go:114] Starting Gsoil/v1.4.0/windows/go1.5.3
I0203 10:40:38.309763    7036 server.go:311] Starting Server




Try copy&paste to console window

Code:
admin.addPeer("enode://087133c523463882d0bb72099b771a2bec19ebd304fa0d733113601087e17b02c3894b66a19ba32c7af87fd05a8f9a497da2155c2eee1583d7bceb745e5fa510@93.232.81.51:56207")
admin.addPeer("enode://322f4931d6aa91f0e097de9b4791341e339d14e2a8c57ce00cc37b3e32a4b998925222955cca5aa7d957d6d190addb0ad5ab78f0c0a833c36e0ac4a3be4037e0@45.63.4.165:39465")
admin.addPeer("enode://48eae3edf968768bc3c4cb43e3bedfc379a21eaab73351d8db4cdc910def84dd5ea91152493e31534e89624f2a7bab7d0cc18ad3056b8843981a1cecfaf922d8@5.189.246.71:52607")
admin.addPeer("enode://67761f7116762c6051d01dfaf0b8477bb5972259befc9f7fdeca9aafd57ef1b3e2669c06edf7d3d21beca61d27f638c51bcb7a7d81a4142fc7fb89ab5067575b@142.177.113.125:56923")
admin.addPeer("enode://9d4bac23b1d0c05cc209bf607438998699285b93c4b807cf5cafe1d98b3507e25d9d19811bceaa05349ad59ac15a92861ddaa0346ab619c8367cde6763d12149@45.63.4.165:39420")
admin.addPeer("enode://b13d04341ea4d23a84fb390570b8f4ede8e0e0a997e9d6705a31c374e0ae0e9ef0f96fbcbd7525c7a3a67e3705a31b878c8f9e5a2b20c9102d7938cf34588d93@185.86.148.118:20101")
admin.addPeer("enode://dc4f1c4a7f68bac0d55cec3bb335acccd3921a51d4e55fc78011bfefe9141e710df4622075baf3368a07ce2d6bfeb2f66fce59339999df242ea0bcc926985bc2@71.62.31.72:39420")
admin.addPeer("enode://f97d94ca127228d54649f5a3eed0517a56bf911ad8b876c4afc74e04557691cf659146054fdf0f6e93b21d9bae2d16eff741b70022c71d3f357d8b3765dfbe82@213.46.197.237:62375")
admin.addPeer("enode://e0ac5375954fefc49afcfe84320dc5d3d8478cfecbd7b0c52b5069bcaca714f7f5562d68e2ded1a8284529218e332241b218b074fb6decbfa27e8073d062f305@45.32.235.216:39420")
kawa900jc
Hero Member
*****
Offline Offline

Activity: 721
Merit: 500


StakeChain Community leader


View Profile
February 03, 2016, 03:18:47 PM
 #1557

The blocktime is still not very much improved after the fork.
How can this be solved?
More mining power or is there someting wrong with the code?

jjjordan
Sr. Member
****
Offline Offline

Activity: 271
Merit: 251


View Profile
February 03, 2016, 03:48:37 PM
 #1558

The blocktime is still not very much improved after the fork.
...

The near future doesn't look very bright: difficulty going down slow, then a burst of hashing power and another tormenting week or two.
crypto4jan
Legendary
*
Offline Offline

Activity: 2451
Merit: 1025


Energy coin master


View Profile WWW
February 03, 2016, 03:59:23 PM
 #1559

What are the costs if we hire mining power?
I see SOIL as an important part of the ENRG-ecosystem.
I shal discuss this in our team tonight.

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
kawa900jc
Hero Member
*****
Offline Offline

Activity: 721
Merit: 500


StakeChain Community leader


View Profile
February 04, 2016, 04:04:38 AM
 #1560

What are the costs if we hire mining power?
I see SOIL as an important part of the ENRG-ecosystem.
I shall discuss this in our team tonight.

edit time was too short for agenda this topic.
but in the comming days I shall.

I see now only 2 nodes on http://stats.soilcoin.xyz/

Pages: « 1 ... 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 [78] 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 ... 148 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!