Bitcoin Forum
May 09, 2024, 11:47:41 AM *
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 ... 18 19 20 21 22 23 24 25 26 27 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 ... 148 »
  Print  
Author Topic: 🌱[ANN] SOIL | Environmental | Agriculture | Smart Contracts | Sustainable  (Read 237558 times)
Dimid
Sr. Member
****
Offline Offline

Activity: 702
Merit: 255



View Profile
December 09, 2015, 06:18:21 PM
 #1341

I am pledging 1 SOIL for collectively paying AltSheets to port his ABEE to SOIL.

Thanks Mark Zuckerberg. That is really generous.
It is always the richest people who are giving the most
*g*

Anyone else?
2500 SOIL
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715255261
Hero Member
*
Offline Offline

Posts: 1715255261

View Profile Personal Message (Offline)

Ignore
1715255261
Reply with quote  #2

1715255261
Report to moderator
1715255261
Hero Member
*
Offline Offline

Posts: 1715255261

View Profile Personal Message (Offline)

Ignore
1715255261
Reply with quote  #2

1715255261
Report to moderator
1715255261
Hero Member
*
Offline Offline

Posts: 1715255261

View Profile Personal Message (Offline)

Ignore
1715255261
Reply with quote  #2

1715255261
Report to moderator
crypto4jan
Legendary
*
Offline Offline

Activity: 2451
Merit: 1025


Energy coin master


View Profile WWW
December 09, 2015, 08:33:11 PM
 #1342

just a reminder... today will be the last day to vote on proposed changes to the SOIL network. either post your vote with wallet address here on the forum or thru PM to myself. we are using a 1SOIL/1vote schemata, and will not be accepting votes representing exchange held coins.

BLOCK TIMES: (explanatory post: https://bitcointalk.org/index.php?topic=1176709.msg13124367#msg13124367)
A - 10-12 seconds - what Buterin proposes would be sustainable
B - 15 seconds     - leave it as is
C - 30 seconds     - closer to what we intended in the first place
D - 60 seconds     - about the average block time target among all altcoins
E - 120 seconds    - about 1/5th the time of BTC, still leading to stronger stability but longer overall confirmations

BLOCK REWARDS:
AA: 8 SOIL block reward
BB: 4 SOIL block reward
CC: 2 SOIL block reward

we will accept votes until 23:59 GMT and will tally the ballots and release the results thereafter. thank you for your participation.

D - 0x4e2230c39dfcd0828a0b4dcad791a12cb084f11c
CC  0x4e2230c39dfcd0828a0b4dcad791a12cb084f11c

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
GoldenEye
Hero Member
*****
Offline Offline

Activity: 601
Merit: 500


View Profile
December 09, 2015, 09:05:52 PM
 #1343

HowTo join http://stats.soilcoin.xyz

Please note: You need a running gsoil instance with --rpc (rpc enabled) on you pc/server in order to join the stats

Ubuntu:

Install node.js:
Code:
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs

Get and install eth-net-intelligence-api:
Code:
git clone https://github.com/soilcurrency/eth-net-intelligence-api.git
cd eth-net-intelligence-api
npm install
sudo npm install -g pm2

Edit the app.json file:
Code:
[
  {
    "name"              : "node-app",
    "script"            : "app.js",
    "log_date_format"   : "YYYY-MM-DD HH:mm Z",
    "merge_logs"        : false,
    "watch"             : false,
    "max_restarts"      : 10,
    "exec_interpreter"  : "node",
    "exec_mode"         : "fork_mode",
    "env":
    {
      "NODE_ENV"        : "production",
      "RPC_HOST"        : "localhost",
      "RPC_PORT"        : "39421",
      "LISTENING_PORT"  : "39420",
      "INSTANCE_NAME"   : "YOUR NODE NAME",
      "CONTACT_DETAILS" : "EMAIL, WALLET, WHATEVER",
      "WS_SERVER"       : "http://45.63.4.165:3000",
      "WS_SECRET"       : "ilikesoil",
      "VERBOSITY"       : 2
    }
  }
]

Finally run the process with:
Code:
pm2 start app.json

Windows:

Install python:
Choose add "python to path" in the dialog window.
Python

Install nodejs:
https://nodejs.org

Get eth-net-intelligence-api:
Download

Extract it to e.g. "C:\Users\username\Desktop"

Edit  "INSTANCE_NAME" in the file app.json:
Code:
[
  {
    "name"              : "node-app",
    "script"            : "app.js",
    "log_date_format"   : "YYYY-MM-DD HH:mm Z",
    "merge_logs"        : false,
    "watch"             : false,
    "max_restarts"      : 10,
    "exec_interpreter"  : "node",
    "exec_mode"         : "fork_mode",
    "env":
    {
      "NODE_ENV"        : "production",
      "RPC_HOST"        : "localhost",
      "RPC_PORT"        : "39421",
      "LISTENING_PORT"  : "39420",
      "INSTANCE_NAME"   : "YOUR NODE NAME",
      "CONTACT_DETAILS" : "EMAIL, WALLET, WHATEVER",
      "WS_SERVER"       : "http://45.63.4.165:3000",
      "WS_SECRET"       : "ilikesoil",
      "VERBOSITY"       : 2
    }
  }
]

Double-click "init.bat"

Double-click "start.bat" to register yourself to the node.

Double-click "stop.bat" to deregister yourself to the node.



Successfully added my two nodes.  Smiley

Hint: I had to update to go version 1.5.2 to successfully compile the gsoil code.
You should update the OP.
soil (OP)
Full Member
***
Offline Offline

Activity: 130
Merit: 100

SOILteam


View Profile WWW
December 09, 2015, 09:20:52 PM
 #1344


Successfully added my two nodes.  Smiley

Hint: I had to update to go version 1.5.2 to successfully compile the gsoil code.
You should update the OP.

Well done!

Thanks for the hint. OP updated.
fartbags
Legendary
*
Offline Offline

Activity: 1190
Merit: 1004


View Profile
December 10, 2015, 09:36:43 AM
 #1345




PoW mining is a price killer. I will take this opportunity to get some SOIL for cheap.



wildduck
Legendary
*
Offline Offline

Activity: 966
Merit: 1001


View Profile
December 10, 2015, 11:49:40 AM
 #1346

Little from soil and little from exp Smiley
abvhiael
Hero Member
*****
Offline Offline

Activity: 722
Merit: 501


View Profile
December 10, 2015, 02:35:51 PM
 #1347

my apologies for not getting the voting results published yet, had my car blow up, probably the transmission, so its going to be a bit of a scramble this morning getting it towed in and looked at. ill have the results up by this afternoon once everything in the real world disasterspace is taken care of. thank you for your understanding.
abvhiael
Hero Member
*****
Offline Offline

Activity: 722
Merit: 501


View Profile
December 10, 2015, 06:47:39 PM
Last edit: December 11, 2015, 01:11:35 AM by abvhiael
 #1348

VOTE RESULTS re: Target Block Times and Block Reward adjustments.

BLOCK TIMES:
A - 10-12 seconds          compmaster voted, no wallet address                1 SOIL

B - 15 seconds             0x00a985c17a7b39d318444b35be762a2651e089d7     17306 SOIL
                                 0x6a8300875629d29c3f494a9fb78dc3d3291a8747           70 SOIL
                                                                TOTAL     17376 SOIL

C - 30 seconds               0xafc571db22ca80776def02150955026ff7329467    150000 SOIL
                                   0x4bee6966bd51bf448f40d89e65a9c93179fed002      9456 SOIL
                                   0xbd0beda67e12968514858d0facc90bdacc553224      5369 SOIL
                                   0xa3896a24f84072d2c28acc77d962db1e0248a910           8 SOIL
                                                                TOTAL    164833 SOIL

D - 60 seconds               0x4e2230c39dfcd0828a0b4dcad791a12cb084f11c    160240 SOIL
                                   0xe652f1ed4595256b12e4c2e9074c03b9d7e9040e      5235 SOIL
                                   0xe46731382fbc47621a6c480d4b6118026bbbcb3a     49999 SOIL
                                   0x519578237b2e362e67280160667e1bd5dece6d83     17618 SOIL
                                                                TOTAL    233092 SOIL
                    
E - 120 seconds            NO VOTES

                                                                RESULT   60 SECOND BLOCK TIME
BLOCK REWARDS:
AA: 8 SOIL block reward    NO VOTES

BB: 4 SOIL block reward    0x4bee6966bd51bf448f40d89e65a9c93179fed002      9456 SOIL
                                     0xafc571db22ca80776def02150955026ff7329467    150000 SOIL
                                    0xe46731382fbc47621a6c480d4b6118026bbbcb3a     49999 SOIL
                                   0x519578237b2e362e67280160667e1bd5dece6d83     17618 SOIL
                                                                TOTAL    233073 SOIL

CC: 2 SOIL block reward    0x4e2230c39dfcd0828a0b4dcad791a12cb084f11c    160240 SOIL
                                                                TOTAL    160240 SOIL

                                                                RESULT   4 SOIL BLOCK REWARD

So, there you have it, after counting the ballots, we have clear cut winners regarding the adjustments to the target block times and block rewards. We will adjust the Block Time to 60 seconds and the Block Reward to 4 SOIL. As there will need to be a required update to all users' gsoil software platform released and installed, we will release the new package as soon as possible and have the links to the new gsoil platform on our OP and all relevant social media presences. please update as soon as possible . thanks to all of you who participated.

im hoping that by the time we schedule the next vote for changes to the system, we will have found and/or built a DApp that will take into account queries to a wallet address for balances to give weight to each vote by shareholder. as a first exercise of democracy for our cryptocurrency, it went well, and i think it shows promise for the future of SOIL.

so what do these changes mean? well, at present, with a 15second block time and 8 SOIL block reward, we were minting ~ 45,000 SOIL daily. by halving the block reward and increasing the block time to 60seconds, we are reducing the minting to about 4,500 SOIL a day. this greatly reduced the potential coins on the market daily, which should invigorate the supply/demand relationship on the markets. im not sure if the changes we will implement based on this vote will create the sort of equilibrium between teh two driving market factors that will positively affect the overall valuation of SOIL, but i hope that these changes present more favorable economic conditions for the ongoing development of SOIL.

now, this change may disincentivize some miners in the short run as valuation is low, and supply is being cut to 10% of previous daily levels, but that trend should reverse once demand increases against supply and the value on teh markets increases. the 60-second block time will create a more level playing ground for block propagation across the network. while overall latency is difficult to change (the amount of time it takes new block information to be broadcast across the entire network),  a change from 15 to 60 seconds will reduce the possibility of the "selfish-miner attack" and also reduce the number of uncles created by the network.  

at 15-seconds, we were facing an average of 4% uncles created, which is actually much less than the excpected average (11%) whereas Ethereum which maintains a 15second block time, has, in the last 750 blocks has experienced 13.6% uncles. Expanse, with a 2 minute average block time has produced, in that same period of 750 blocks, 2.2% uncle propagation. uncles not only create a disefficient use of power in verifying the blockchain, but as there is a 7/8ths block reward granted for uncles under the ethereum-system based parameters, skews distribution. thus, our new block time will actually reduce our uncles to something likely similar or less than Expanse, which will keep our distribution on a steady and reliable pace.

with simple transaction confirmations with SOIL, we will see an increase in the time for these to be fully confirmed into the blockchain, but nothing as onerous as longer block time usages such as BTC, Primecoin and Peercoin (10minute blocks/40 minute confirmations), or Litecoin (2.5minute blocks/10minute confirmations); so while we do not have retail integration as of yet, and speed of confirmation would only be a major factor with Point of Sale purchases, a 60 second block time should not present itself as a major hurdle to retail usage. simple, for Point of Sale, a zero-time confirmation would be what would be ideal, which is not tenable for any cryptocurrency that wishes to retain blockchain security.

again, thank you to those for their participation in this vote. if anyone has ideas for future votes, please let me know so that i can research the implications of possible results and the question can be presented as a whole.  
soil (OP)
Full Member
***
Offline Offline

Activity: 130
Merit: 100

SOILteam


View Profile WWW
December 10, 2015, 11:25:50 PM
Last edit: December 11, 2015, 03:52:41 PM by soil
 #1349

Please update your clients!!

Update due to the recent block time and reward changes.
Please update as soon as possible, otherwise you will be out of sync.

Windows x64:
Download

github:
https://github.com/soilcurrency
abvhiael
Hero Member
*****
Offline Offline

Activity: 722
Merit: 501


View Profile
December 11, 2015, 02:11:14 AM
 #1350

If you have problems to get peers:

Code:
admin.addPeer("enode://555894d9b3bf8b130b80ed9a2fd8f1149098dc026097dcede12ddfc00b2249771732cc55598253d79dc6cdbe68b35176c50a029020ed2af5066e98e5b2b4b2bc@45.32.235.55:39420")
admin.addPeer("enode://c90c2c840b84f468608969edd1e35a9bfe104e35c7a8b5df8e0151d389dbe914324174e671006a2410e5b9ed7b810478afc0e492ff00dce1e6748a040fc0ebf1@45.63.4.165:39420")
admin.addPeer("enode://8f21ffb8e50d803a5554e91f8c0219600a6820a3ccd2ae20cd3baf32ba8f262fba6f8cbcd5c37be7338a1b93fdd8f703f4e063e0ac99e135f5cfd747d1b274d4@45.32.235.216:39420")
admin.addPeer("enode://b0b6f48d9b8ffe5b2913612e03f63c0a25149deedca7817011c1c4d466655bd443025926ae0e33c75b5963127dc7e0b96f48d68155113922513c22bf2d8750d2@45.63.12.46:39420")

the pool at soil.suprnova.cc and our SOILhosted pool (http://45.63.4.165:5000/) have been updated.
crypto4jan
Legendary
*
Offline Offline

Activity: 2451
Merit: 1025


Energy coin master


View Profile WWW
December 11, 2015, 06:48:38 AM
 #1351

knip...

with a 15second block time and 8 SOIL block reward, we were minting ~ 45,000 SOIL daily. by halving the block reward and increasing the block time to 60seconds, we are reducing the minting to about 4,500 SOIL

knip
That is great news and I'm sure that this gives SOIL wings so we take off the ground and reach more realistic valulation of the currency with fantastic development team.
I shall promote investmets in SOIL!

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
December 11, 2015, 01:53:59 PM
 #1352

I've had some messages that withdrawals are not reaching 'trex .. I guess they have not updated yet.

Suprnova IS updated and is having > 10 peers - so from my side everything looks good.

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
tlmoscow
Full Member
***
Offline Offline

Activity: 124
Merit: 100


View Profile
December 11, 2015, 02:20:46 PM
 #1353

Seems like soil.suprnova.cc is OFF - "This Pool is closing - please solo mine !"  Huh
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
December 11, 2015, 02:21:55 PM
 #1354

Seems like soil.suprnova.cc is OFF - "This Pool is closing - please solo mine !"  Huh

Interest was so low the last weeks and with the recent problems I took the opportunity to close it. You can still solo mine or mine at the Dev's pool

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
tlmoscow
Full Member
***
Offline Offline

Activity: 124
Merit: 100


View Profile
December 11, 2015, 02:27:38 PM
 #1355

So sad! Sad I like your pool.
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
December 11, 2015, 02:29:26 PM
 #1356

So sad! Sad I like your pool.

I can leave it open for a while when the dev fixes the forking problems with the exchanges. We will see

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
tlmoscow
Full Member
***
Offline Offline

Activity: 124
Merit: 100


View Profile
December 11, 2015, 03:04:17 PM
 #1357

It's up again?
soil (OP)
Full Member
***
Offline Offline

Activity: 130
Merit: 100

SOILteam


View Profile WWW
December 11, 2015, 03:56:19 PM
Last edit: December 11, 2015, 07:08:54 PM by soil
 #1358

So sad! Sad I like your pool.

I can leave it open for a while when the dev fixes the forking problems with the exchanges. We will see

Yes, please let it open for a while.

Working Nodes (Thanks to ocminer!):
Code:
admin.addPeer("enode://415ea7045a2d12aa72135d7844e5f0bbf252574d70a82d567647d2fa434469d67c34d6c42d9659771df682f1adb58cf40b97217871bd7766ee6f8aebf4227d48@37.187.27.4:39420")
admin.addPeer("enode://415ea7045a2d12aa72135d7844e5f0bbf252574d70a82d567647d2fa434469d67c34d6c42d9659771df682f1adb58cf40b97217871bd7766ee6f8aebf4227d48@82.247.134.167:62428")
admin.addPeer("enode://41e039a5c6b91b86151592b662f944081d868ee4f8d2d5e3a4d48c63a33d426e3e30efe017944976d6fa97d7932b9c3d4f57297c5c6e6115bb45b11025a401dd@37.187.27.4:39420")
admin.addPeer("enode://41e039a5c6b91b86151592b662f944081d868ee4f8d2d5e3a4d48c63a33d426e3e30efe017944976d6fa97d7932b9c3d4f57297c5c6e6115bb45b11025a401dd@178.62.17.38:40153")
admin.addPeer("enode://8ea46e64e364ef166112a2f0599308faddfe39f6bb541971ffe6983912ff09b710d45be0fc80b20061cfe3396cba63876483fd9c25c4a95a39944b2e3ed559a7@37.187.27.4:39420")
admin.addPeer("enode://8ea46e64e364ef166112a2f0599308faddfe39f6bb541971ffe6983912ff09b710d45be0fc80b20061cfe3396cba63876483fd9c25c4a95a39944b2e3ed559a7@2.244.133.71:50081")
admin.addPeer("enode://94c3dbe1621f0d5d0561d2f900c2347732615a346ce9f7d078788f56dccba1f7431431b7d4236d618a491d27b873da8b29068c8b9145a35bcb8d4c929280069f@37.187.27.4:39420")
admin.addPeer("enode://94c3dbe1621f0d5d0561d2f900c2347732615a346ce9f7d078788f56dccba1f7431431b7d4236d618a491d27b873da8b29068c8b9145a35bcb8d4c929280069f@142.177.108.89:50838")
admin.addPeer("enode://dfe7a7be7a59f312b2bcd5506acde3de13c9cf5bf95b80fba9a09b346e8e3de2fe059e05186740ed53f58a8658d9785b7a27b53fa06aa49568d6089650ec4c62@37.187.27.4:39420")
admin.addPeer("enode://dfe7a7be7a59f312b2bcd5506acde3de13c9cf5bf95b80fba9a09b346e8e3de2fe059e05186740ed53f58a8658d9785b7a27b53fa06aa49568d6089650ec4c62@62.211.171.50:50281")
admin.addPeer("enode://415ea7045a2d12aa72135d7844e5f0bbf252574d70a82d567647d2fa434469d67c34d6c42d9659771df682f1adb58cf40b97217871bd7766ee6f8aebf4227d48@37.187.27.4:39420")
admin.addPeer("enode://415ea7045a2d12aa72135d7844e5f0bbf252574d70a82d567647d2fa434469d67c34d6c42d9659771df682f1adb58cf40b97217871bd7766ee6f8aebf4227d48@82.247.134.167:62428")
admin.addPeer("enode://744b8b0e73da4550c0250d48e11f0a253a0b605fb1aba253a714b9edeed82ecb33853f63d1aea6bb1eaa2e8564ea41aa47dd860daa4c6e92bd03960c646e3f1f@37.187.27.4:21125")
admin.addPeer("enode://744b8b0e73da4550c0250d48e11f0a253a0b605fb1aba253a714b9edeed82ecb33853f63d1aea6bb1eaa2e8564ea41aa47dd860daa4c6e92bd03960c646e3f1f@169.45.159.57:40400")
admin.addPeer("enode://8f21ffb8e50d803a5554e91f8c0219600a6820a3ccd2ae20cd3baf32ba8f262fba6f8cbcd5c37be7338a1b93fdd8f703f4e063e0ac99e135f5cfd747d1b274d4@37.187.27.4:39420")
admin.addPeer("enode://8f21ffb8e50d803a5554e91f8c0219600a6820a3ccd2ae20cd3baf32ba8f262fba6f8cbcd5c37be7338a1b93fdd8f703f4e063e0ac99e135f5cfd747d1b274d4@45.32.235.216:34232")
admin.addPeer("enode://94c3dbe1621f0d5d0561d2f900c2347732615a346ce9f7d078788f56dccba1f7431431b7d4236d618a491d27b873da8b29068c8b9145a35bcb8d4c929280069f@37.187.27.4:39420")
admin.addPeer("enode://94c3dbe1621f0d5d0561d2f900c2347732615a346ce9f7d078788f56dccba1f7431431b7d4236d618a491d27b873da8b29068c8b9145a35bcb8d4c929280069f@142.177.108.89:50838")
admin.addPeer("enode://ee34ff3a9baba8cc5ae93bc8240ec6e39d7da691555370a042a524420b13e125be6265c3cfe1e594bdd0a37e9c05d8ba471845cf966ffdfdeb3f9977a2a3bf37@37.187.27.4:39420")
admin.addPeer("enode://ee34ff3a9baba8cc5ae93bc8240ec6e39d7da691555370a042a524420b13e125be6265c3cfe1e594bdd0a37e9c05d8ba471845cf966ffdfdeb3f9977a2a3bf37@45.63.4.165:38682")
admin.addPeer("enode://555894d9b3bf8b130b80ed9a2fd8f1149098dc026097dcede12ddfc00b2249771732cc55598253d79dc6cdbe68b35176c50a029020ed2af5066e98e5b2b4b2bc@45.32.235.55:39420")
admin.addPeer("enode://f6a967e0e0194a449cad9219b757c6d09b434f99a88f8ac90b78034f544cd80f9a9666d0b5aa9cc0bf6fe7c2996b0d45ca36f117638fc5a48df433b2ffb88a6a@[104.238.189.143]:39420")
admin.addPeer("enode://b0b6f48d9b8ffe5b2913612e03f63c0a25149deedca7817011c1c4d466655bd443025926ae0e33c75b5963127dc7e0b96f48d68155113922513c22bf2d8750d2@[45.63.12.46]:39420")
admin.addPeer("enode://8f21ffb8e50d803a5554e91f8c0219600a6820a3ccd2ae20cd3baf32ba8f262fba6f8cbcd5c37be7338a1b93fdd8f703f4e063e0ac99e135f5cfd747d1b274d4@[45.32.235.216]:39420")
admin.addPeer("enode://de8cefc00b572fb3dd789931ec2b7b22206caa74b63d49153f34f30336ef8048442515a89d2e4ac8be0ca7b1c0e4ecd12a82de7a9e7a112bc546bf820e5f1798@[46.228.9.99]:49458")
admin.addPeer("enode://8f21ffb8e50d803a5554e91f8c0219600a6820a3ccd2ae20cd3baf32ba8f262fba6f8cbcd5c37be7338a1b93fdd8f703f4e063e0ac99e135f5cfd747d1b274d4@[46.101.231.134]:39420")
admin.addPeer("enode://30628178a680d8207770b4932870ac55d895ca7f7b13ee55f931f8488accd2405cdef8f286b9a5e3c75525c19c7c811fc18fd13866d4e13586179f72637e7ad1@[113.161.82.243]:52701")
admin.addPeer("enode://c965b87ccb17d940da24421e071ed84b615e3061d0a58a78804bcf0b374e8d90209932fcc97e5b2164db88d6af678bdfc8f892ae80f356bf1f16185c8ab71647@[90.154.240.37]:55196")
admin.addPeer("enode://74d396ba55d7eeb27f65fb148e0d0c1c86883cadbc5c4943423b6473337b5863fa4260774a604aae787de857954809f56c22009500087797608252b5ad96c987@[84.79.205.80]:39420")
admin.addPeer("enode://68653c094752f3f19a0ae18fdd9941558dee73cadb4390d21d638f98c2efd1670f8ec5b93d031a5fca0b744b3f8399d122784d5bde6ecd0139791cb684f74d27@[52.28.46.180]:51223")
admin.addPeer("enode://07e4afa878a958af69d2b030ce6b69c3f7380c609836bed92d57bf0b1a3dd318525f08b95605e07afbeaffb543e1e97d7e1d84f23af08d8dd3a1f081af3b8225@[68.168.161.160]:39420")
admin.addPeer("enode://e58d5e26b3b630496ec640f2530f3e7fa8a8c7dfe79d9e9c4aac80e3730132b869c852d3125204ab35bb1b1951f6f2d40996c1034fd8c5a69b383ee337f02ddc@[92.51.165.126]:30303")
admin.addPeer("enode://f6a967e0e0194a449cad9219b757c6d09b434f99a88f8ac90b78034f544cd80f9a9666d0b5aa9cc0bf6fe7c2996b0d45ca36f117638fc5a48df433b2ffb88a6a@[104.238.189.143]:39420")
admin.addPeer("enode://cccdf5f0df4db291597506ac9fdd219a469b889e805841883f50db352274e1e576ca784a248dfb84aaa7e37649311d474cf63feaace58156bde66cbd3856fac5@[75.83.220.25]:56838")
admin.addPeer("enode://1927c47ce3c307f8fbe163da06b84ec893b551b9aae23fd47c7840aa83ed40e246771fab32c59c92539acf5557bcc439dca2b454b34830f3056efdb12e6980f6@[37.187.27.4]:39420")
admin.addPeer("enode://68653c094752f3f19a0ae18fdd9941558dee73cadb4390d21d638f98c2efd1670f8ec5b93d031a5fca0b744b3f8399d122784d5bde6ecd0139791cb684f74d27@52.28.46.180:39420")
admin.addPeer("enode://47be3a3a51bd8bec8f2194ea77fe94bcb024ea6dc92e97605b527f2e5f80d949dc96184b98d36413a1b1342e3e8836f3562c63c81a4f9be532565687f72ac194@194.135.92.93:39420")
admin.addPeer("enode://61ca695d390e07c141c5f016d0e705b5565d9bae8f56238118af650581f9f5556c3031f2ae46cf0796271866d2fcd3519d630335f048cc1963125ce746adf160@95.170.180.71:39420")
GoldenEye
Hero Member
*****
Offline Offline

Activity: 601
Merit: 500


View Profile
December 11, 2015, 05:10:02 PM
 #1359

Please update your clients!!

Update due to the recent block time and reward changes.
Please update as soon as possible, otherwise you will be out of sync.

Windows x64:
Download

github:
https://github.com/soilcurrency

gsoil updated to github v1.3.2-6d936b83

Why the version number was not increased?
crypto4jan
Legendary
*
Offline Offline

Activity: 2451
Merit: 1025


Energy coin master


View Profile WWW
December 11, 2015, 06:45:08 PM
Last edit: December 11, 2015, 07:49:30 PM by crypto4jan
 #1360

Please update your clients!!

Update due to the recent block time and reward changes.
Please update as soon as possible, otherwise you will be out of sync.

Windows x64:
Download

github:
https://github.com/soilcurrency

What is this:
Code:
E1211 19:45:02.750944   10184 blockchain.go:1363] Bad block #1 (0x3f8f4d2e29a6a74db2092ddedf8522e69c5c45d8224939fa33ceadd8738260e0)
E1211 19:45:02.914944   10184 blockchain.go:1364]     invalid merkle root: header=01286e32a28af1ce4d7a22ae0a24f23a6029f56771aac4171a87fa0644966e03 computed=931cf6ae26d699f8ec2f66ff911d7341c95d606f570bec68ecf5595a694acb49
I1211 19:45:03.110452   10184 downloader.go:267] Synchronisation failed: invalid merkle root: header=01286e32a28af1ce4d7a22ae0a24f23a6029f56771aac4171a87fa0644966e03 computed=931cf6ae26d699f8ec2f66ff911d7341c95d606f570bec68ecf5595a694acb49
E1211 19:45:22.575474   10184 blockchain.go:1363] Bad block #1 (0x3f8f4d2e29a6a74db2092ddedf8522e69c5c45d8224939fa33ceadd8738260e0)
E1211 19:45:22.621975   10184 blockchain.go:1364]     invalid merkle root: header=01286e32a28af1ce4d7a22ae0a24f23a6029f56771aac4171a87fa0644966e03 computed=931cf6ae26d699f8ec2f66ff911d7341c95d606f570bec68ecf5595a694acb49
I1211 19:45:22.735972   10184 downloader.go:267] Synchronisation failed: invalid merkle root: header=01286e32a28af1ce4d7a22ae0a24f23a6029f56771aac4171a87fa0644966e03 computed=931cf6ae26d699f8ec2f66ff911d7341c95d606f570bec68ecf5595a694acb49
E1211 19:45:52.484515   10184 blockchain.go:1363] Bad block #1 (0x3f8f4d2e29a6a74db2092ddedf8522e69c5c45d8224939fa33ceadd8738260e0)
E1211 19:45:52.537507   10184 blockchain.go:1364]     invalid merkle root: header=01286e32a28af1ce4d7a22ae0a24f23a6029f56771aac4171a87fa0644966e03 computed=931cf6ae26d699f8ec2f66ff911d7341c95d606f570bec68ecf5595a694acb49
I1211 19:45:52.628509   10184 downloader.go:267] Synchronisation failed: invalid merkle root: header=01286e32a28af1ce4d7a22ae0a24f23a6029f56771aac4171a87fa0644966e03 computed=931cf6ae26d699f8ec2f66ff911d7341c95d606f570bec68ecf5595a694acb49
I tried to run the new wallet but I got the abouve messages.
Now trying do download a clean bloclchain and the same maggages.
I copied the nodes into the dosbox and running w10

edit2: On my laptop new client is working

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
Pages: « 1 ... 18 19 20 21 22 23 24 25 26 27 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 ... 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!