P-Funk
Sr. Member
  
Offline
Activity: 364
Merit: 250
Token
|
 |
September 17, 2015, 11:21:10 AM |
|
Now i ran out of coins. Why do people want to buy more than i can produce  Haha I'm in the same situation. I've been selling since Bleu first added their market and never would've thought this Poloniex thing would happen. Crazy!
|
|
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
Abiky
Legendary
Offline
Activity: 980
Merit: 1003
Secure, scalable blockchain that actually works
|
 |
September 17, 2015, 12:19:57 PM |
|
If it doesn't work, then 'gexp' is probably not on the %PATH% echo %PATH% ... so find 'gexp' location, and CD there first. Similiar to this: 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. 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.  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: gexp account new pause
and save it as gexp_account_new.bat and ... double-click it. Great! Thanks for this useful advice. Creating bat files with the commands listed above makes my life easier by not having to type the same command over and over again. I'm going to keep studying Ethereum/Expanse's commands until I really get the hang of it. In the meantime, I'll just create bat files for automation. 
|
|
|
|
nix_on
|
 |
September 17, 2015, 01:04:32 PM |
|
Hi How many people have a problems with connection ? Blockchain keep disconnect and I'm mining few or one block back what is nonsense
|
|
|
|
yudhistira
|
 |
September 17, 2015, 01:14:34 PM |
|
If it doesn't work, then 'gexp' is probably not on the %PATH% echo %PATH% ... so find 'gexp' location, and CD there first. Similiar to this: 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. 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.  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: gexp account new pause
and save it as gexp_account_new.bat and ... double-click it. Great! Thanks for this useful advice. Creating bat files with the commands listed above makes my life easier by not having to type the same command over and over again. I'm going to keep studying Ethereum/Expanse's commands until I really get the hang of it. In the meantime, I'll just create bat files for automation.  how to write bat command to execute multi executable command file ex: (this not work) echo off gexp attach admin.peers exp.getBalance(exp.coinbase) when run this bat file we can see 3 info appear on console with one click
|
|
|
|
HappyComplex
Newbie
Offline
Activity: 27
Merit: 0
|
 |
September 17, 2015, 01:49:03 PM |
|
slack link in OP is not working.
How to join slack?
|
|
|
|
Abiky
Legendary
Offline
Activity: 980
Merit: 1003
Secure, scalable blockchain that actually works
|
 |
September 17, 2015, 01:50:51 PM |
|
Will there be official Expanse wallpapers for PC and mobile devices to download? I want to change the Ethereum wallpaper on my laptop to Expanse. That would be cool 
|
|
|
|
GoldenEye
|
 |
September 17, 2015, 02:20:58 PM |
|
how to write bat command to execute multi executable command file
ex: (this not work)
echo off gexp attach admin.peers exp.getBalance(exp.coinbase)
when run this bat file we can see 3 info appear on console with one click
Not possible. - the first command (called from command prompt or terminal) attaches to a running gexp console there you can enter any gexp commands, but your bat is currently in the first gexp call - after returning from gexp console (type exit) you are back in the (win/linux) terminal. - if now "admin.peers" is called, it is an unknown command for the win/linux command line, the same for your last command. You cannot execute gexp commands from the terminal directly (except "gexp account new") The only way (I know) to execute commands in the gexp console by batch is using the RPC API (see https://github.com/ethereum/wiki/wiki/JSON-RPC)
|
|
|
|
defaced
Legendary
Offline
Activity: 1750
Merit: 1003
Franko is Freedom
|
 |
September 17, 2015, 02:22:02 PM |
|
Awww man good to see you here to!
|
|
|
|
defaced
Legendary
Offline
Activity: 1750
Merit: 1003
Franko is Freedom
|
 |
September 17, 2015, 02:23:02 PM |
|
http://slack.expanse.tech is back up for people trying to join. It was getting bombarded and the little droplet couldnt hang haha.
|
|
|
|
defaced
Legendary
Offline
Activity: 1750
Merit: 1003
Franko is Freedom
|
 |
September 17, 2015, 02:24:52 PM |
|
Cool to see how this has started off  I'm holding off for a bit to see where the price settles. I've learend not to buy in the first days of any release Of course . His Aiden coin goes from 20k to 88 satoshi . Hey to be fair, that distribution model was conceived by the community. I still maintain the codebase.
|
|
|
|
jjjordan
|
 |
September 17, 2015, 02:54:48 PM |
|
How do I search in geth for particular transaction or all address activity? I am guessing there isn't block explorer available yet?
|
|
|
|
CryptoClub
Legendary
Offline
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
|
 |
September 17, 2015, 03:24:46 PM |
|
http://expanseofficial.tumblr.comHere is a blog for Expanse, I have the first couple articles up now. 
|
...
|
|
|
Sohcahtoa
Member

Offline
Activity: 63
Merit: 10
|
 |
September 17, 2015, 03:45:55 PM |
|
I'm trying to send some coins from the console, and I'm getting this error: > web3.fromWei(exp.getBalance(exp.coinbase), "expanse") 265 > exp.accounts ["0xb9dffa98306d2769d1cb8d0cbee89583c334851f"] > exp.sendTransaction({from:exp.accounts[0], to:"0x13a9b67e80662af25d311f4ad689d80720fff28b", value: web3.toWei(265, "expanse")}) Insufficient funds for gas * price + value at InvalidResponse (<anonymous>:-81335:-128) at send (<anonymous>:-154754:-128) at sendTransaction (<anonymous>:-131919:-128) at <anonymous>:1:1
What is "gas" in the context of Expanse?
|
|
|
|
anderson705
|
 |
September 17, 2015, 03:58:23 PM |
|
I'm trying to send some coins from the console, and I'm getting this error: > web3.fromWei(exp.getBalance(exp.coinbase), "expanse") 265 > exp.accounts ["0xb9dffa98306d2769d1cb8d0cbee89583c334851f"] > exp.sendTransaction({from:exp.accounts[0], to:"0x13a9b67e80662af25d311f4ad689d80720fff28b", value: web3.toWei(265, "expanse")}) Insufficient funds for gas * price + value at InvalidResponse (<anonymous>:-81335:-128) at send (<anonymous>:-154754:-128) at sendTransaction (<anonymous>:-131919:-128) at <anonymous>:1:1
What is "gas" in the context of Expanse? 265 change to 264 , need some gas for transport.
|
|
|
|
ImI
Legendary
Offline
Activity: 1848
Merit: 1008
|
 |
September 17, 2015, 04:02:21 PM |
|
is withdrawal working at bleutrade??
|
|
|
|
altsheets
|
 |
September 17, 2015, 04:46:51 PM |
|
...
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).
...
Great! Thanks for this useful advice. Creating bat files with the commands listed above makes my life easier by not having to type the same command over and over again. I'm going to keep studying Ethereum/Expanse's commands until I really get the hang of it. In the meantime, I'll just create bat files for automation.  Happy that you are happy :-) Let's cooperate on those batch files. I have already created quite a few. PM me.
|
|
|
|
altsheets
|
 |
September 17, 2015, 04:56:08 PM |
|
I understand it'll be done when it's done but I've got a few transactions I'm wondering about and I'm hoping for a block explorer  You can have mine now. We are all hoping for a real-time block explorer.
Don't hope longer. Just pledge some coin dust to the cause (i.e. crowdfund me) - and I'll port you my ABEE. It would be very good for this coin to have proper block explorer
Yes, that's why I am offering my simple one, that could be online VERY soon. Now to check where coins are ?
A block explorer can help with that. Just tell me this: https://bitcointalk.org/index.php?topic=1173722.msg12444829#msg12444829 and I will do it. I am guessing there isn't block explorer available yet?
I can port mine, that will buy Dan time to finish his block explorer, and you can support my work, AND you have a second, independent blockexplorer NOW ... (could be online tonight! But I need to see money. Pledge money, elect an escrow, send it to him)information: https://bitcointalk.org/index.php?topic=1181547crowdbounty: https://bitcointalk.org/index.php?topic=1173722.msg12449250#msg12449250
|
|
|
|
altsheets
|
 |
September 17, 2015, 04:58:07 PM |
|
Thanks to techbytes, for starting the pledge round: - crowd bounty started! - ABEE AltSheets Block Explorer Extension "I pledge 0.1 BTC for collectively buying ABEE now. Who else?" -tb-
Thanks a lot, techbytes! Current total: 0.10 BTC - Who else?
|
|
|
|
@boutiuqe
|
 |
September 17, 2015, 05:02:26 PM |
|
how to mine with my small GPU 7850 ? Do you have any instruction ?
|
BITEX | ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
| The First Locally-Embedded, Yet Global, Crypto-Bank
| ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
| WHITEPAPER ANN JOIN WHITELIST NOW! PRE-ICO STARTS 23RD APRIL 12:00 GMT
|
|
|
|
defaced
Legendary
Offline
Activity: 1750
Merit: 1003
Franko is Freedom
|
 |
September 17, 2015, 05:03:16 PM |
|
I'm trying to send some coins from the console, and I'm getting this error: > web3.fromWei(exp.getBalance(exp.coinbase), "expanse") 265 > exp.accounts ["0xb9dffa98306d2769d1cb8d0cbee89583c334851f"] > exp.sendTransaction({from:exp.accounts[0], to:"0x13a9b67e80662af25d311f4ad689d80720fff28b", value: web3.toWei(265, "expanse")}) Insufficient funds for gas * price + value at InvalidResponse (<anonymous>:-81335:-128) at send (<anonymous>:-154754:-128) at sendTransaction (<anonymous>:-131919:-128) at <anonymous>:1:1
What is "gas" in the context of Expanse? gas is essentially the cost to let the contract live on the blockchain. In the expanse branding its like, you are using expace to buy space on the blockchain. Essentially. In comparison to bitcoin, its the fee for a tx.
|
|
|
|
|