Author

Topic: [ANN] Expanse (EXP) - 1st Stable fork of Ethereum (New Algo + PirlGuard) - page 309. (Read 961462 times)

hero member
Activity: 518
Merit: 500
EXP/BTC Expanse market added at Poloniex. Wink

https://poloniex.com/exchange#btc_exp





Someone hear said that this wouldn't make it on Poloniex, that person better start eating some crow now..lmfao

This is excellent new..... Grin
newbie
Activity: 51
Merit: 0
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
If it doesn't work, then 'gexp' is probably not on the %PATH%
Code:
echo %PATH%

 ... so find 'gexp' location, and CD there first.

Similiar to this:

Code:
C:
cd C:\ProgramData\chocolatey\lib\geth-stable\tools
geth account new

(This example is from my geth (go-ethereum) installation, and 'geth' lives in "C:\ProgramData\chocolatey\lib\geth-stable\tools")


EDIT:
Just looked into Expanse - you already have exactly that already :-)
--> "Setup_Step_2_new_account.bat" - but see my suggestion below.


hero member
Activity: 826
Merit: 1001
@Bit_John
I see someone beat me to it, but welcome to Cryptsy. Don't forget you can sponsor Expanse in the top banner of the page https://www.cryptsy.com/coinsponsors.

Happy Trading!
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
It will take me some time to get used to Ethereum/Expanse's commands but I'll get there. It's a totally new world in crypto.  Smiley

The command line has millions of advantages.

One hint, to make it all "clickable" again ...

When you notice that you type the same command line command over and over again
... just make a .bat file (.bat = a 'batch' file of commands that shall be executed).

In my above example, if creating a new account were the thing that you want to do,
just create (with text editor, e.g. notepad, or better notepad++) a file with this content:

Code:
gexp account new
pause

and save it as

Code:
gexp_account_new.bat

and ... double-click it.


legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
How do I find my Expanse public address/key for receiving coins? Also, how do I send the coins. Sorry, but I'm quite of a noob when it comes to writing the appropriate commands for the Expanse wallet (Start_Expanse.bat) 

Run Start_Expanse.bat, then copy & paste those command:

- List your accont: exp.accounts
- Check balance: web3.fromWei(exp.getBalance(exp.coinbase))
- Sent Expanse from Your address to Exchange address. Two steps:

1. Unlock your add: personal.unlockAccount('YOUR ADDRESS', "PASSWORD")

2. Sent coin: web3.exp.sendTransaction({from: 'YOUR ADDRESS', to: 'EXCHANGE ADDRESS', value: web3.toWei(xxx, "expanse")})

xxx= how many coin you like to sent



Thanks for your help! Added those commands and it worked! I can see my address as well now. This is so sweet  Cheesy


How do I find my Expanse public address/key for receiving coins?

make a new account:

Code:
gexp account new

https://github.com/ethereum/go-ethereum/wiki/Managing-your-accounts#creating-an-account

Thank you for sharing this information. I did create my account by running the setup step 2 new account bat file.  Wink

When I started Ethereum 2-3 weeks ago, I just like you now. I had no idea. It took me a week to deal with Windows, Ubuntu, Nvidia GTX750ti and AMD Radeon.

It will take me some time to get used to Ethereum/Expanse's commands but I'll get there. It's a totally new world in crypto.  Smiley
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
Expanse vs. Ethereum...Let's see how this goes in the next few months. I have the feeling that Expanse might win and take over Ethereum. Ethereum is all about hype, while Expanse on the contrary has solid development and a helping community (and most importantly, a fair launch and no ICO). Looking forward for a GUI wallet for Expanse. It will be epic  Cool
sr. member
Activity: 414
Merit: 250
Thank you Dev Team for immediately answer.
Good feeling & vibration here. Such a rare at Cryptoworld...
member
Activity: 108
Merit: 10
How do I find my Expanse public address/key for receiving coins? Also, how do I send the coins. Sorry, but I'm quite of a noob when it comes to writing the appropriate commands for the Expanse wallet (Start_Expanse.bat) 

Run Start_Expanse.bat, then copy & paste those command:

- List your accont: exp.accounts
- Check balance: web3.fromWei(exp.getBalance(exp.coinbase))
- Sent Expanse from Your address to Exchange address. Two steps:

1. Unlock your add: personal.unlockAccount('YOUR ADDRESS', "PASSWORD")

2. Sent coin: web3.exp.sendTransaction({from: 'YOUR ADDRESS', to: 'EXCHANGE ADDRESS', value: web3.toWei(xxx, "expanse")})

xxx= how many coin you like to sent



Thanks for your help! Added those commands and it worked! I can see my address as well now. This is so sweet  Cheesy


How do I find my Expanse public address/key for receiving coins?

make a new account:

Code:
gexp account new

https://github.com/ethereum/go-ethereum/wiki/Managing-your-accounts#creating-an-account

Thank you for sharing this information. I did create my account by running the setup step 2 new account bat file.  Wink

When I started Ethereum 2-3 weeks ago, I just like you now. I had no idea. It took me a week to deal with Windows, Ubuntu, Nvidia GTX750ti and AMD Radeon.
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
How do I find my Expanse public address/key for receiving coins? Also, how do I send the coins. Sorry, but I'm quite of a noob when it comes to writing the appropriate commands for the Expanse wallet (Start_Expanse.bat) 

Run Start_Expanse.bat, then copy & paste those command:

- List your accont: exp.accounts
- Check balance: web3.fromWei(exp.getBalance(exp.coinbase))
- Sent Expanse from Your address to Exchange address. Two steps:

1. Unlock your add: personal.unlockAccount('YOUR ADDRESS', "PASSWORD")

2. Sent coin: web3.exp.sendTransaction({from: 'YOUR ADDRESS', to: 'EXCHANGE ADDRESS', value: web3.toWei(xxx, "expanse")})

xxx= how many coin you like to sent



Thanks for your help! Added those commands and it worked! I can see my address as well now. This is so sweet  Cheesy


How do I find my Expanse public address/key for receiving coins?

make a new account:

Code:
gexp account new

https://github.com/ethereum/go-ethereum/wiki/Managing-your-accounts#creating-an-account

Thank you for sharing this information. I did create my account by running the setup step 2 new account bat file.  Wink
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Good work guys! Its great to see the community helping others.
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
member
Activity: 108
Merit: 10
How do I find my Expanse public address/key for receiving coins? Also, how do I send the coins. Sorry, but I'm quite of a noob when it comes to writing the appropriate commands for the Expanse wallet (Start_Expanse.bat) 

Run Start_Expanse.bat, then copy & paste those command:

- List your accont: exp.accounts
- Check balance: web3.fromWei(exp.getBalance(exp.coinbase))
- Sent Expanse from Your address to Exchange address. Two steps:

1. Unlock your add: personal.unlockAccount('YOUR ADDRESS', "PASSWORD")

2. Sent coin: web3.exp.sendTransaction({from: 'YOUR ADDRESS', to: 'EXCHANGE ADDRESS', value: web3.toWei(xxx, "expanse")})

xxx= how many coin you like to sent

legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
How do I find my Expanse public address/key for receiving coins? Also, how do I send the coins. Sorry, but I'm quite of a noob when it comes to writing the appropriate commands for the Expanse wallet (Start_Expanse.bat) 
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
And there was an announcement, that the publication is imminent.

Still, if you see any interest in mine, too - please consider it.
And perhaps you many could also add some money into the "I pledge" fund.
That way it is not expensive for each one contributing,
but still ... the overall sum will make my work worthwhile.
 Wink

Does yours support looking up addresses, etc,
YES! Now.
Rudimentary, simple. But yes.
You see the balance on that address, the tx cound, and the code:



more pics in my thread.

But the next step is still a miracle to me --> web3.eth.gettransactions(address, limit=30)
Perhaps, that is not even our (yours and mine) task, to make that easier.
It's the ETH team who can provide an easier solution. Others are struggling too.

See my ERFC#0001 :-)

Or only looking up blocks?

* blocks
* transactions
* addresses
* chain

We already have a functional version of etherpaty explorer ported to expanse,
but it is greatly lacking in most of the desired functionality

Yes, I know. By now I know the etherparty explorer inside out. And it doesn't come with an address page.

I actually worked all day on it, yesterday. But now I have that page, and the "addressInfosCtrl" ready.

See the comments in "Part 3" of my thread.

so I have been building a more elaborate explorer.
Last transactions of an account, too?

Looking forward to seeing it.
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
I also completely understand too.
THAT's what we are all really yearning for - being understood. Right?

 Wink
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
BTW, I was very entertained by your writing in your development tree

Oh nice, I am meeting a reader of my epic struggles. *cool*

-- as a developer I know what its like to battle trying to solve various issues
Oh yes.

That writing was at the end of a 30h admin marathon, and I won't do that again :-) Not sleeping has probably also harmed my usually good problem solving abilities (additional to time-pressure, and the ... context in which I worked during that time), but I really wanted to "just finish it before I sleep". I could solve all admin questions in the end. Most problems actually all boiled down to having used the newest version of node.js, and something must have gone wrong installing it, at the very beginning. The downgrade (from 4.0.0 to now 0.10.40 *much*lol*) then solved it completely.
It was a real ordeal. Seldom before had so many problems piling up - when I solved one, the next one appeared. Not a steep learning curve, more like a real staircase of each time steep learning curves.

Then, when I finally decided to give in (only two problems remaining, and they were now very clear, and defined) ... I started writing it all up. Hour 30 to 33 - that might explain my "linguistic diarrhea" *g* a bit. But the effect on my soul was amazing. I went to bed happily. With writing that long text, describing all the failures, and the tedious solutions ... I empowered myself again. Try it!

Might publish a cleaned up version of that, one day.

, and found your narration quite entertaining.
Thanks! Delighted. Seldom get the chance to hear feedback.

That you put so much time into writing it though and in such detail, made me think maybe you should actually pursue writing as you had jested. ;]
Hahaha. Better than playing the linux admin, definitely. I am an experienced coder, but that admin stuff ... not my biggest strength, that is 100% clear now. Still ... cool is that I have understood the whole toolchain, to install the mentioned explorer (buy it *wink*)

Yes, writing. I have a half-finished book. Enjoying it.

Texts ... here is an old one. And the Cointelegraph interview is the second newest. Both less technical, though.

Follow my twitter, then you might be lucky to see next texts when I write them, infrequently.
When I am in the mood, writing is one of my pleasures.

legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Jump to: