Bitcoin Forum
May 08, 2024, 05:31:38 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 ... 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 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 »
  Print  
Author Topic: 🌱[ANN] SOIL | Environmental | Agriculture | Smart Contracts | Sustainable  (Read 237558 times)
martymcfly2015
Member
**
Offline Offline

Activity: 82
Merit: 10

Auxiliary Soil Developer


View Profile
April 18, 2017, 06:22:38 PM
 #2341

What nodes i can use in solo mining?
gsoil should sync automatically - sometimes it takes a while... Maybe the community can post some nodes?
What happyns with Soilcurrency Block Explorer- there are 2,000,267 block. But on pool i see 2046709 block
Simply because AltSheets did not update gsoil and stuck on an alternate chain now. I don't know if he will update it. This is why I made the post about the block explorer above. If someone in the community has a public server, it would be great if you could host the explorer, or donate some Satoshi's, so I would be able to rent one and setup the explorer for us.
https://bitcointalk.org/index.php?topic=1176709.msg18610568#msg18610568
1715189498
Hero Member
*
Offline Offline

Posts: 1715189498

View Profile Personal Message (Offline)

Ignore
1715189498
Reply with quote  #2

1715189498
Report to moderator
1715189498
Hero Member
*
Offline Offline

Posts: 1715189498

View Profile Personal Message (Offline)

Ignore
1715189498
Reply with quote  #2

1715189498
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715189498
Hero Member
*
Offline Offline

Posts: 1715189498

View Profile Personal Message (Offline)

Ignore
1715189498
Reply with quote  #2

1715189498
Report to moderator
1715189498
Hero Member
*
Offline Offline

Posts: 1715189498

View Profile Personal Message (Offline)

Ignore
1715189498
Reply with quote  #2

1715189498
Report to moderator
1715189498
Hero Member
*
Offline Offline

Posts: 1715189498

View Profile Personal Message (Offline)

Ignore
1715189498
Reply with quote  #2

1715189498
Report to moderator
arch365
Full Member
***
Offline Offline

Activity: 193
Merit: 100


View Profile
April 20, 2017, 08:03:46 PM
 #2342

hi guys any news from Cryptopia or Bittrex
altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
April 22, 2017, 03:18:38 PM
 #2343



ABEESOIL block explorer -->  http://178.62.133.174:9001

Hi guys, huge apologies for the long pause, but (a) I was really busy, and (b) rather depressed about all the losses I had with believing in SOIL too long ... hodling until my stack of coins was worth nothing, and (c) that I then panic sold, just before bittrex closed the market.

So ... I do not have much SOIL left - and thus little selfish motivation :-) 
If anyone wants to sell some SOIL to me, please answer to my WTB in that thread.


Having said that ... OF COURSE ... I am going to update the ABEESOIL. As soon as possible.
Only thanks to ExEric3 I had become aware of the issue, as he contacted me personally - thanks.
Congrats to the new code version!

I actually much appreciate the 2nd explorer of martymcfly2015, it is good to have 2 explorers for 1 chain.

For my updating, is this info all that I need to know about the new version?
https://bitcointalk.org/index.php?topic=1176709.msg18511850#msg18511850

Is the new version actually 100% stable, or is it causing any problems?
Is the linux installation straightforward?
Can I keep my chain http://178.62.133.174:9001/#/chain/ , and will it update automatically, or shall I better redownload the whole chain? That would take a while I guess.

To calculate the exact supply (see same page), I need to know any reward changes. The last one happened in or after block 2,000,100 - right? Is there a table somewhere with all the reward changes since genesis, to double check?


Once I am on it, I want to directly configure the eth-net-intelligence client. Where is the current site? This https://bitcointalk.org/index.php?topic=1176709.msg18089773#msg18089773 or this https://bitcointalk.org/index.php?topic=1176709.msg18089805#msg18089805 or where?  Perhaps someone make a shortlist with all related SOIL resources?


Most of all - Hooray Abvhiael, you have come back.  Sooo happy. I really missed your high quality walls of text *g* Happy to read that your motivation is not a drop less than before ;-)


Soon more
:-)




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.
Dunkelheit667
Legendary
*
Offline Offline

Activity: 1045
Merit: 1157


no degradation


View Profile
April 22, 2017, 04:37:14 PM
 #2344

Is the new version actually 100% stable, or is it causing any problems?
From my humble experience this might depend on your environment. For me it crashed randomly on a Raspberry Pi 3 with Arch Linux, but applying this patch helped. On the other hand it's stable on a different machine (x86 64bit) with Debian.

Is the linux installation straightforward?
Yes. I've done this on the Debian machine and it worked flawlessly:

Code:
// removed the old source
rm -r go-soil
// installed latest Go, check https://golang.org/dl/ for the right package
mkdir ~/bin
cd ~/bin
wget https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.8.1.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
cd ..
// installed go-soil
git clone https://github.com/martymcfly2015/go-soil.git
cd go-soil
make gsoil
cp build/bin/gsoil /usr/local/bin/
cd ..
// run gsoil as you prefer, e.g.
gsoil ~/soil.log 2>&1 &

Can I keep my chain http://178.62.133.174:9001/#/chain/ , and will it update automatically, or shall I better redownload the whole chain? That would take a while I guess.
Both ways worked for me. On a fresh install the download took less than a day.

To calculate the exact supply (see same page), I need to know any reward changes. The last one happened in or after block 2,000,100 - right? Is there a table somewhere with all the reward changes since genesis, to double check?
For all changes you might check the source here. The latest change is HardFork4, line 38.

Once I am on it, I want to directly configure the eth-net-intelligence client. Where is the current site? This https://bitcointalk.org/index.php?topic=1176709.msg18089773#msg18089773 or this https://bitcointalk.org/index.php?topic=1176709.msg18089805#msg18089805 or where?  Perhaps someone make a shortlist with all related SOIL resources?
The first one worked for me.

Cheers! Smiley

"And the machine keeps pushing time through the cogs, like paste into strings into paste again, and only the machine keeps using time to make time to make time.
And when the machine stops, time is an illusion that we created free will.
" - an unnamed Hybrid
abvhiael
Hero Member
*****
Offline Offline

Activity: 722
Merit: 501


View Profile
April 23, 2017, 01:50:40 PM
 #2345

hi guys any news from Cryptopia or Bittrex

our cryptopia balance presently sits at about 550,000 DOT, so we're over 25% of the way to the listing price. i do have some things ready to get put online in the marketplace, spoon rings and old nhl hockey cards from the 50s, to hopefully help get us towards that magical 2 million DOT mark. thank you to any and evryone who has sent in donations (BTC or DOT) to our soilcoinfund account on cryptopia.

with bittrex, nothings really changed. still simply waiting, in the same boat as a lot of other currencies. i fairly friendly with the folks behind poswallet, been staking a lot of my POS coins there, and theyve had the same frustrating wait and lack of replies from julian, but he is only one man and has his own projects to look after as well. perhaps bittrex needs a fulltime currency co-ordinator that can COMMIT the time to new coin listings, but we take what we can get.

ive been trying to think out of ht ebox as much as possible in order to gain this market some liquidity. i feel personally responsible (although thru events out of my control) that my absence caused such a drop in volume and delisting from bittrex, so ive been MORE than vigilant with trying to reopen our markets. possibly bordering on the pestery. thank you all for your patience, finding markets has never been easy for SOILcoin for some reason, but we persevere.
abvhiael
Hero Member
*****
Offline Offline

Activity: 722
Merit: 501


View Profile
April 23, 2017, 08:43:21 PM
 #2346

this: http://www.nasdaq.com/article/has-this-ethereum-classic-developer-solved-proof-of-stake-cm738269

makes for an interesting read, on the Ouroboros POS protocols developed by someone working with Ethereum Classic, which differs from Casper in a lot of ways, and may present a smoother and more rapid path for SOIL to switch to Proof of Stake, which i think is the focus of cryptocurrency right now, although id love to have a hybrid POW=POS system implemented, but i wlso want a pony. and world peace. (chuckles) ive been reading the material on the IOHK website, and in their github repos and it looks to be a very decent approach to POS on the EVM.
frostminer
Hero Member
*****
Offline Offline

Activity: 742
Merit: 505


View Profile WWW
April 23, 2017, 08:47:57 PM
 #2347

hi guys any news from Cryptopia or Bittrex

our cryptopia balance presently sits at about 550,000 DOT, so we're over 25% of the way to the listing price. i do have some things ready to get put online in the marketplace, spoon rings and old nhl hockey cards from the 50s, to hopefully help get us towards that magical 2 million DOT mark. thank you to any and evryone who has sent in donations (BTC or DOT) to our soilcoinfund account on cryptopia.

with bittrex, nothings really changed. still simply waiting, in the same boat as a lot of other currencies. i fairly friendly with the folks behind poswallet, been staking a lot of my POS coins there, and theyve had the same frustrating wait and lack of replies from julian, but he is only one man and has his own projects to look after as well. perhaps bittrex needs a fulltime currency co-ordinator that can COMMIT the time to new coin listings, but we take what we can get.

ive been trying to think out of ht ebox as much as possible in order to gain this market some liquidity. i feel personally responsible (although thru events out of my control) that my absence caused such a drop in volume and delisting from bittrex, so ive been MORE than vigilant with trying to reopen our markets. possibly bordering on the pestery. thank you all for your patience, finding markets has never been easy for SOILcoin for some reason, but we persevere.

Would you mind repeating the DOT adress for donation?
Or will it do to "promise" a sum?

altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
April 23, 2017, 11:33:27 PM
 #2348

... but applying this patch helped. ...

is that consensus? anyone else?

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.
abvhiael
Hero Member
*****
Offline Offline

Activity: 722
Merit: 501


View Profile
April 24, 2017, 11:14:48 AM
 #2349

hi guys any news from Cryptopia or Bittrex

our cryptopia balance presently sits at about 550,000 DOT, so we're over 25% of the way to the listing price. i do have some things ready to get put online in the marketplace, spoon rings and old nhl hockey cards from the 50s, to hopefully help get us towards that magical 2 million DOT mark. thank you to any and evryone who has sent in donations (BTC or DOT) to our soilcoinfund account on cryptopia.

with bittrex, nothings really changed. still simply waiting, in the same boat as a lot of other currencies. i fairly friendly with the folks behind poswallet, been staking a lot of my POS coins there, and theyve had the same frustrating wait and lack of replies from julian, but he is only one man and has his own projects to look after as well. perhaps bittrex needs a fulltime currency co-ordinator that can COMMIT the time to new coin listings, but we take what we can get.

ive been trying to think out of ht ebox as much as possible in order to gain this market some liquidity. i feel personally responsible (although thru events out of my control) that my absence caused such a drop in volume and delisting from bittrex, so ive been MORE than vigilant with trying to reopen our markets. possibly bordering on the pestery. thank you all for your patience, finding markets has never been easy for SOILcoin for some reason, but we persevere.

Would you mind repeating the DOT adress for donation?
Or will it do to "promise" a sum?

certainly! the BOT and BTC addresses for our "soilcoinfund" account on cryptopia are:

DOT : 1MzVbB5Ya5dVQSF4H4mssquLrX2wGbvxsV
BTC :  1QFH54K6zAHifyWVVTVXHTGP28wDPvevtX

if theres any other currency tht you want to donate which cryptopia has a market open for, which would be sold for DOT, just shoot me a message and i will generate an address there. hoping to start putting some stuff up in the cryptopia market today to help fund the listing

martymcfly2015
Member
**
Offline Offline

Activity: 82
Merit: 10

Auxiliary Soil Developer


View Profile
April 24, 2017, 07:01:22 PM
Last edit: April 24, 2017, 07:26:14 PM by martymcfly2015
 #2350

Here is our new tiny blockexplorer! Special thanks go to cryptococcus, who made this possible with his donation! I had to switch to another explorer source code because the one announced above perfoms well locally, but horrible on a vps. I've spent way too much time on it and I'm not very familar with these web technologies e.g. node, bootstrap etc..  so I hope it's working fine now. At the moment the database is beeing filled with all blocks - therefore you might not find all blocks and transactions.

http://104.200.67.105:3000

If you like my work, please tip me Smiley.
[SOIL] 0x663682fd2d96064fdb2f152a56bab75d921065c0
BTC 17vKnSGtuegVi8LsSpQbJwDsNFdgrkwuwf
arch365
Full Member
***
Offline Offline

Activity: 193
Merit: 100


View Profile
April 24, 2017, 11:59:44 PM
 #2351

Here is our new tiny blockexplorer! Special thanks go to cryptococcus, who made this possible with his donation! I had to switch to another explorer source code because the one announced above perfoms well locally, but horrible on a vps. I've spent way too much time on it and I'm not very familar with these web technologies e.g. node, bootstrap etc..  so I hope it's working fine now. At the moment the database is beeing filled with all blocks - therefore you might not find all blocks and transactions.

http://104.200.67.105:3000

If you like my work, please tip me Smiley.
[SOIL] 0x663682fd2d96064fdb2f152a56bab75d921065c0
BTC 17vKnSGtuegVi8LsSpQbJwDsNFdgrkwuwf

works smoothly
frostminer
Hero Member
*****
Offline Offline

Activity: 742
Merit: 505


View Profile WWW
April 25, 2017, 06:29:08 AM
 #2352

hi guys any news from Cryptopia or Bittrex

our cryptopia balance presently sits at about 550,000 DOT, so we're over 25% of the way to the listing price. i do have some things ready to get put online in the marketplace, spoon rings and old nhl hockey cards from the 50s, to hopefully help get us towards that magical 2 million DOT mark. thank you to any and evryone who has sent in donations (BTC or DOT) to our soilcoinfund account on cryptopia.


Would you mind repeating the DOT adress for donation?
Or will it do to "promise" a sum?

certainly! the BOT and BTC addresses for our "soilcoinfund" account on cryptopia are:

DOT : 1MzVbB5Ya5dVQSF4H4mssquLrX2wGbvxsV
BTC :  1QFH54K6zAHifyWVVTVXHTGP28wDPvevtX

if theres any other currency tht you want to donate which cryptopia has a market open for, which would be sold for DOT, just shoot me a message and i will generate an address there. hoping to start putting some stuff up in the cryptopia market today to help fund the listing

Nice!
Heres a start atleast.
tx b07e255702ba27f75698b8e9164647e08012e8bb476cb3c5f4185a80c954fc92

Shkembe
Legendary
*
Offline Offline

Activity: 1559
Merit: 1001

Epic Private Internet Cash


View Profile
April 25, 2017, 06:48:23 PM
 #2353

Here is our new tiny blockexplorer! Special thanks go to cryptococcus, who made this possible with his donation! I had to switch to another explorer source code because the one announced above perfoms well locally, but horrible on a vps. I've spent way too much time on it and I'm not very familar with these web technologies e.g. node, bootstrap etc..  so I hope it's working fine now. At the moment the database is beeing filled with all blocks - therefore you might not find all blocks and transactions.

http://104.200.67.105:3000

If you like my work, please tip me Smiley.
[SOIL] 0x663682fd2d96064fdb2f152a56bab75d921065c0
BTC 17vKnSGtuegVi8LsSpQbJwDsNFdgrkwuwf

http://104.200.67.105:3000/tx/0x3a7162d96f7ed35ac0b17ab2eba93eaa7ef69c0fb0f399a4efbd30a8aa6e5972

That's from me!

Cheers! Smiley
altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
April 26, 2017, 10:02:38 PM
 #2354

Here is our new tiny blockexplorer! Special thanks go to cryptococcus, who made this possible with his donation! I had to switch to another explorer source code because the one announced above perfoms well locally, but horrible on a vps. I've spent way too much time on it and I'm not very familar with these web technologies e.g. node, bootstrap etc..  so I hope it's working fine now. At the moment the database is beeing filled with all blocks - therefore you might not find all blocks and transactions.

http://104.200.67.105:3000

If you like my work, please tip me Smiley.
[SOIL] 0x663682fd2d96064fdb2f152a56bab75d921065c0
BTC 17vKnSGtuegVi8LsSpQbJwDsNFdgrkwuwf

Compliments, very nice. Well done!

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.
martymcfly2015
Member
**
Offline Offline

Activity: 82
Merit: 10

Auxiliary Soil Developer


View Profile
April 27, 2017, 05:07:36 PM
 #2355

Here is our new tiny blockexplorer! Special thanks go to cryptococcus, who made this possible with his donation! I had to switch to another explorer source code because the one announced above perfoms well locally, but horrible on a vps. I've spent way too much time on it and I'm not very familar with these web technologies e.g. node, bootstrap etc..  so I hope it's working fine now. At the moment the database is beeing filled with all blocks - therefore you might not find all blocks and transactions.

http://104.200.67.105:3000

If you like my work, please tip me Smiley.
[SOIL] 0x663682fd2d96064fdb2f152a56bab75d921065c0
BTC 17vKnSGtuegVi8LsSpQbJwDsNFdgrkwuwf

http://104.200.67.105:3000/tx/0x3a7162d96f7ed35ac0b17ab2eba93eaa7ef69c0fb0f399a4efbd30a8aa6e5972

That's from me!

Cheers! Smiley

Thank you! Smiley | Anybody else, guys?  Wink
martymcfly2015
Member
**
Offline Offline

Activity: 82
Merit: 10

Auxiliary Soil Developer


View Profile
April 27, 2017, 05:17:22 PM
 #2356

Here is our new tiny blockexplorer! Special thanks go to cryptococcus, who made this possible with his donation! I had to switch to another explorer source code because the one announced above perfoms well locally, but horrible on a vps. I've spent way too much time on it and I'm not very familar with these web technologies e.g. node, bootstrap etc..  so I hope it's working fine now. At the moment the database is beeing filled with all blocks - therefore you might not find all blocks and transactions.

http://104.200.67.105:3000

If you like my work, please tip me Smiley.
[SOIL] 0x663682fd2d96064fdb2f152a56bab75d921065c0
BTC 17vKnSGtuegVi8LsSpQbJwDsNFdgrkwuwf

Compliments, very nice. Well done!

Thank you! - I guess that was my only trip to web development... Smiley
RKS
Member
**
Offline Offline

Activity: 77
Merit: 10

BTC address: 17u5q3VJSVg9w9VPfE34th3mbTG4ngFEfS


View Profile
April 29, 2017, 09:17:26 AM
Last edit: April 29, 2017, 09:44:16 AM by RKS
 #2357

Hey is there a place to move SOIL coins- off of Bittrex. I see I have some coins there still. Is the coin still alive? New exchange coming perhaps? Active wallet?

Can someone give me simple explanation on what I need to do to move coins off of Bittrex?

That would be awesome.
altsheets
Legendary
*
Offline Offline

Activity: 902
Merit: 1001

Free trial of #AltFolio = save time, react faster


View Profile WWW
April 29, 2017, 01:53:01 PM
 #2358

Can someone give me simple explanation on what I need to do to move coins off of Bittrex?
It is not difficult:

1) Download the newest wallet - see further up in this thread (or perhaps post #1, haven't checked)
2) install it, instructions are there, or included
3) sync it (i.e. replay the whole blockchain), by just running it long enough (can take hours or days), or:
    perhaps someone has/could publish/ed a 'bootstrap', i.e. the whole blockchain in one archive, via torrent, or a cloud storage provider, or a VPS droplet
4) generate a new address in the wallet, store the passphrase & private key securely
5) input that address into the withdrawal form at bittrex, send, confirm, wait. Check block explorer for transaction hash. Perhaps you first want to send a small amount, to test it?
6) go through the various donation address in this thread, and share some of your coins to those people who keep this going. You choose. Much appreciated.
7) sell some to me for bitcoin, or ether --> WTB/WTS thread . PM me your offer, thanks.

 Wink

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.
frostminer
Hero Member
*****
Offline Offline

Activity: 742
Merit: 505


View Profile WWW
April 29, 2017, 01:59:45 PM
 #2359



Hows the cryptopia funds going?

Shkembe
Legendary
*
Offline Offline

Activity: 1559
Merit: 1001

Epic Private Internet Cash


View Profile
May 02, 2017, 04:49:34 PM
 #2360

1/4 ready. Looking for the rest.  Grin
Pages: « 1 ... 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 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 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!