Bitcoin Forum
May 24, 2024, 02:51:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 [298] 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 »
  Print  
Author Topic: [ANN][ENRG]Energycoin - Android Released - Bittrex -  (Read 334544 times)
energycr (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
October 23, 2014, 05:00:16 PM
 #5941

This is new version of EnergyCoin.

Windows:
https://mega.co.nz/#!btsXxLwY!fybMOvPpKFPEhF85WpShjwjs642CNmyEDBP_m1flkkI

Source:
https://github.com/EnergyCoin/energycoin

What has changed?

Added checkpoints.
Wallet loads faster and uses less cpu. NO more lagging.


Starting it with old %appdata%\EnergyCoin folder will not work. And give you a db error. So close all instance of EnergyCoin-qt. backup your EnergyCoin folder just in case. And then leave the original EnergyCoin folder as it is now.
Download the file provided above.
Extract. In the folder, right click on the file and create new shortcut.
Right click on the shortcut, click properties. in "target" window, write "-reindex" without the quotes.
Now run EnergyCoin-qt.exe
ReIndexing will take sometime only once. it takes upto 15 minutes for reindex to finish.
Once the wallet starts. Close the wallet. Now you may delete the shortcut. And run EnergyCoin-qt.exe normally.


Always backup wallet.dat

Oh this is brilliant! Is there a plan for the OSX version soon?

I have of course planned it to be on OSX soon, But since I only have osx version mountain lion, I think it might not work. however if it doesn't. I will get someone else to compile one for all of the OSX versions  Smiley no ETA. But it will be very quick!
crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
October 24, 2014, 04:00:29 AM
 #5942

This is new version of EnergyCoin.

Windows:
https://mega.co.nz/#!btsXxLwY!fybMOvPpKFPEhF85WpShjwjs642CNmyEDBP_m1flkkI

Source:
https://github.com/EnergyCoin/energycoin

What has changed?

Added checkpoints.
Wallet loads faster and uses less cpu. NO more lagging.


Starting it with old %appdata%\EnergyCoin folder will not work. And give you a db error. So close all instance of EnergyCoin-qt. backup your EnergyCoin folder just in case. And then leave the original EnergyCoin folder as it is now.
Download the file provided above.
Extract. In the folder, right click on the file and create new shortcut.
Right click on the shortcut, click properties. in "target" window, write "-reindex" without the quotes.
Now run EnergyCoin-qt.exe
ReIndexing will take sometime only once. it takes upto 15 minutes for reindex to finish.
Once the wallet starts. Close the wallet. Now you may delete the shortcut. And run EnergyCoin-qt.exe normally.


Always backup wallet.dat
Thank you!
It is running on my laptop.

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
energycr (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
October 24, 2014, 12:39:19 PM
 #5943

In the middle of compiling the qt for mac. I am done compiling .app and hopefully macdeploy will be done by tomorrow  Wink
waecrum
Member
**
Offline Offline

Activity: 97
Merit: 10

Altcom : AZwV4Zh2MdYhvyni4QbR5c2CfsAWkcCXAC


View Profile
October 24, 2014, 03:35:07 PM
 #5944

Here is the copy past adapted to EnergyCoin, maybe we can adapt it a little bit more

I think this is clear enough, but one of us should do all the steps to see if some steps requires some clarification:





EnergyCoin eco-green node deployment project on Raspberry PI

Here's how to get the 10K ENRG tip:

1. Take a fresh image for your raspi, like raspbian or other light linux and write it on your SD card.
Help to prepare SD card: http://elinux.org/RPi_Easy_SD_Card_Setup
RASPBIAN sources and others: http://www.raspberrypi.org/downloads/

Go to https://github.com/energycoin/energycoin/releases and download ARM 1.1.2 build EnergyCoin-1.1.2-arm.tar.gz (you will also find the sources to build on your own if you want)
In order to run this version under Raspberry Pi you should install dependencies using following commands in terminal:
•   sudo apt-get update
•   sudo apt-get install libboost-system1.49 libboost-filesystem1.49 libboost-thread1.49 libboost-program-options1.49 libqt4-gui libqt4-network libdb5.1++ libminiupnpc-dev
•   tar xvf EnergyCoin-1.1.2-arm.tar.gz
•   ./energycoin-qt

On your internet box or router, forward port TCP 22706 to your raspberry (allow your PI to be a full node, distribute blockchain and connect to 9 nodes or more)


2. Post in this thread with a photo of your Pi, and also a photo of your Pi screen.
The following should be visible in the photo of your Pi's screen:
A: A window showing your Raspberry Pi serial number
(using “cat /proc/cpuinfo” in terminal)
Help here: http://raspberrypi.stackexchange.com/questions/2086/how-do-i-get-the-serial-number

B: The EnergyCoin-QT wallet with the green checkmark in the lower right hand corner indicating that the RPi is now a currently synced node or the "getblockcount" command in the debug window.
C: The EnergyCoin-QT debug window open showing the command "getconnectioncount" having been typed in at the bottom and the window showing 9 or more connections.

3. Send a PM to crypto4jan with your EnergyCoin address so he can send you the 10K tip

If you follow the above instructions correctly, you will receive your tip! A big thank you to crypto4jan for donating the first 250K ENRG that will be used for tipping.

________________________________________

FAQ

What is a Raspberry Pi?

A Raspberry Pi is a low cost, credit-card sized computer that can be plugged into a monitor/tv, and a standard keyboard and mouse (http://www.raspberrypi.org/help/what-is-a-raspberry-pi/). It is used in programming education and also has a wide variety of other uses. Its low energy consumption makes it perfect for running an EnergyCoin node.

What model of Raspberry Pi should I buy?

Model B is the most used at the moment; there is also a newer B+ model but either is sufficient for running an EnergyCoin node.
You will need an SD card (it's best to buy a class 10 or better), and a micro usb power supply (the same used by android phones and numerous other devices). An ethernet cable is used to connect to your router, and if you are not running it "headless" then you need a USB keyboard and mouse, as well as a monitor/tv that can be connected to your Pi via HDMI cable. A case is not necessary but is useful for protecting your Pi.

What is the purpose of this project?

The purpose of this project is to encourage the use of Energy on Raspberry Pi, while also increasing the number of full nodes on the network. A connection count of more than 8 indicates that port forwarding is enabled and that you are running a full node (this benefits the network by distributing the EnergyCoin blockchain to others). Minting is beyond the scope of this project.

Can I mint on my Raspberry Pi too?

Yes, you can mint. However, the goal of this project is only to set up full nodes. You may wish to take extra security precautions if you also want to use your node for minting.


+1 Raspberry Pi full node with more than 30 connections Grin

http://imgur.com/MzPAhOV,ZoM7bEy#1
http://imgur.com/MzPAhOV,ZoM7bEy#0

crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
October 24, 2014, 03:54:25 PM
 #5945

Here is the copy past adapted to EnergyCoin, maybe we can adapt it a little bit more
...

+1 Raspberry Pi full node with more than 30 connections Grin

http://imgur.com/MzPAhOV,ZoM7bEy#1
http://imgur.com/MzPAhOV,ZoM7bEy#0
Great I send you 10k ENRG
I have to post you address here e2UVyjwMWswbEZTzHBc3Yi1to2KVod2taS
There is budget left for 22 PI's

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

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
October 24, 2014, 03:56:54 PM
 #5946

Here is the copy past adapted to EnergyCoin, maybe we can adapt it a little bit more
...

+1 Raspberry Pi full node with more than 30 connections Grin

http://imgur.com/MzPAhOV,ZoM7bEy#1
http://imgur.com/MzPAhOV,ZoM7bEy#0
Great I send you 10k ENRG
I have to post you address here e2UVyjwMWswbEZTzHBc3Yi1to2KVod2taS
There is budget left for 22 PI's

Status: 0/unconfirmed, broadcast through 4 node(s)
Date: 24-10-2014 17:56
To: waecrum for PI e2UVyjwMWswbEZTzHBc3Yi1to2KVod2taS
Debit: -10000.00 ENRG
Transaction fee: -0.01 ENRG
Net amount: -10000.01 ENRG
Transaction ID: 213522ae26fbf7a0aca76890d3e8f404709f8c00ccebeb433629f6d217bc7cd1

waecrum
Member
**
Offline Offline

Activity: 97
Merit: 10

Altcom : AZwV4Zh2MdYhvyni4QbR5c2CfsAWkcCXAC


View Profile
October 24, 2014, 04:21:31 PM
 #5947

Here is the copy past adapted to EnergyCoin, maybe we can adapt it a little bit more
...

+1 Raspberry Pi full node with more than 30 connections Grin

http://imgur.com/MzPAhOV,ZoM7bEy#1
http://imgur.com/MzPAhOV,ZoM7bEy#0
Great I send you 10k ENRG
I have to post you address here e2UVyjwMWswbEZTzHBc3Yi1to2KVod2taS
There is budget left for 22 PI's

Received, thanks.

crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
October 25, 2014, 05:59:14 AM
 #5948

Can you put some buy orders to support the exchange rate people?

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
colinfx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
October 25, 2014, 10:34:56 AM
 #5949

Can you put some buy orders to support the exchange rate people?


Added support at 50. If these sellers want to sell - let them sell cheap! My ENRG will be locked away forever staking Smiley
energycr (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
October 25, 2014, 11:30:33 AM
 #5950

Hello energycr

Will you publish a new build for raspberry ?

hopefully  Wink I compiled app for macosx. And it works up to mavericks. Now I have to deploy it for qt. But because of holidays. can't do so right now. The machine is at my work place.
crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
October 25, 2014, 12:53:28 PM
 #5951

Can you put some buy orders to support the exchange rate people?


Added support at 50. If these sellers want to sell - let them sell cheap! My ENRG will be locked away forever staking Smiley
Thank you Mr Coins!
Without you we were in the range 10-20 sat!
You will not regret invested in EnergyCoin!
Have a nice weekend!
Jan

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
colinfx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
October 26, 2014, 04:43:04 PM
 #5952

Can you put some buy orders to support the exchange rate people?


Added support at 50. If these sellers want to sell - let them sell cheap! My ENRG will be locked away forever staking Smiley
Thank you Mr Coins!
Without you we were in the range 10-20 sat!
You will not regret invested in EnergyCoin!
Have a nice weekend!
Jan

It is not just me - some others in the community also put up buy walls, working together we will never see those low sat prices again Smiley
kawa900jc
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
October 27, 2014, 06:24:33 AM
 #5953

Can you put some buy orders to support the exchange rate people?


Added support at 50. If these sellers want to sell - let them sell cheap! My ENRG will be locked away forever staking Smiley
Thank you Mr Coins!
Without you we were in the range 10-20 sat!
You will not regret invested in EnergyCoin!
Have a nice weekend!
Jan

It is not just me - some others in the community also put up buy walls, working together we will never see those low sat prices again Smiley
Great, we must work together!
EnergyCoin earns +100 sat rate

ranlo
Legendary
*
Offline Offline

Activity: 1974
Merit: 1007



View Profile
October 27, 2014, 06:27:31 AM
 #5954

Can you put some buy orders to support the exchange rate people?


Added support at 50. If these sellers want to sell - let them sell cheap! My ENRG will be locked away forever staking Smiley
Thank you Mr Coins!
Without you we were in the range 10-20 sat!
You will not regret invested in EnergyCoin!
Have a nice weekend!
Jan

It is not just me - some others in the community also put up buy walls, working together we will never see those low sat prices again Smiley
Great, we must work together!
EnergyCoin earns +100 sat rate

Yep! I still snag some more coins from time to time as well.

As a heads-up, as well, if anyone needs proofreading/editing work done professionally, I do accept ENRG for it. And I hold my coins, so they won't be dumped on the market after, Smiley.

More info here: https://bitcointalk.org/index.php?topic=316186.0

https://nanogames.io/i-bctalk-n/
Message for info on how to get kickbacks on sites like Nano (above) and CryptoPlay!
energycr (OP)
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
October 27, 2014, 12:06:01 PM
 #5955

Hi all, The release I posted here last day. Was an old one.  Tongue I apologize, but it was my mistake, I had 2 working directories in C: which caused me confusion.

So if you need faster start up time, and lagging fix. Please download this new release.

https://github.com/EnergyCoin/energycoin/releases

It's v1.2
Which includes faster load, and irc seed support removed.

However, to make this one work. You must backup all your data in %appdata%/EnergyCoin folder. Then start energycoin-qt without the EnergyCoin folder. Without it the app will crash. And -reindex will not help either.
backing up wallet.dat is important.



Please compile the github source again for linux as well. Much appreciated!
kawa900jc
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


StakeChain Community leader


View Profile
October 27, 2014, 02:37:23 PM
 #5956

More support needed to hold 50 sat.

erep
Hero Member
*****
Offline Offline

Activity: 2296
Merit: 594



View Profile
October 27, 2014, 04:23:34 PM
 #5957

More support needed to hold 50 sat.

If community member increase, more people will buy coins and we will have good support.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
▄▄█▄▄░░▄▄█▄▄░░▄▄█▄▄
███░░░░███░░░░███
░░░░░░░░░░░░░
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░░░░███▄█░░░
░░██▌░░███░▀░░██▌
█░██░░███░░░██
█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀
.
REGIONAL
SPONSOR
███▀██▀███▀█▀▀▀▀██▀▀▀██
██░▀░██░█░███░▀██░███▄█
█▄███▄██▄████▄████▄▄▄██
██▀ ▀███▀▀░▀██▀▀▀██████
███▄███░▄▀██████▀█▀█▀▀█
████▀▀██▄▀█████▄█▀███▄█
███▄▄▄████████▄█▄▀█████
███▀▀▀████████████▄▀███
███▄░▄█▀▀▀██████▀▀▀▄███
███████▄██▄▌████▀▀█████
▀██▄█████▄█▄▄▄██▄████▀
▀▀██████████▄▄███▀▀
▀▀▀▀█▀▀▀▀
.
EUROPEAN
BETTING
PARTNER
crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
October 27, 2014, 05:33:28 PM
 #5958

More support needed to hold 50 sat.

If community member increase, more people will buy coins and we will have good support.
I'm working on that 24/7

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
extremist
Full Member
***
Offline Offline

Activity: 229
Merit: 100



View Profile
October 27, 2014, 06:14:13 PM
 #5959

added 50 sat wall to 2 000 0000 )
crypto4jan
Legendary
*
Offline Offline

Activity: 2452
Merit: 1025


Energy coin master


View Profile WWW
October 27, 2014, 06:27:24 PM
 #5960

added 50 sat wall to 2 000 0000 )
Thank you!

e2wwnbU8XBcnZxSfMTwZLS7Ru6LdWHunCu
00000a5ac2dc57cfb0b92bc8be7731fe6a94a8c1c49a0d2f32e9e2da4f7d2308
Pages: « 1 ... 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 [298] 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 »
  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!