Abiky
Legendary
Offline
Activity: 3416
Merit: 1412
www.Crypto.Games: Multiple coins, multiple games
|
|
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 (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 17, 2015, 02:22:02 PM |
|
Awww man good to see you here to!
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
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 (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
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: 61
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: 1946
Merit: 1019
|
|
September 17, 2015, 04:02:21 PM |
|
is withdrawal working at bleutrade??
|
|
|
|
altsheets
Legendary
Offline
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
|
|
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
Legendary
Offline
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
|
|
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
Legendary
Offline
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
|
|
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 ?
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
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.
|
|
|
|
sammy007
Legendary
Offline
Activity: 1904
Merit: 1003
|
|
September 17, 2015, 05:12:56 PM |
|
Any block explorer available yet?
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 17, 2015, 05:14:38 PM |
|
Any block explorer available yet?
Our dev is nearly done working on it. He is coding one from scratch.
|
|
|
|
altcoinex
|
|
September 17, 2015, 05:17:30 PM |
|
Any block explorer available yet?
Just a few cups of coffee and the first version will be up, will be adding a lot of features over the next 48 hours. ;]
|
╓╢╬╣╣╖ ┌║██████║∩ ]█████████ ╜██████╝` ╙╜╜╜` ╓╥@@@@@@╥╓ ╓╖@@╖, ,@║██████████╢@, ,╓@@╖╓ ╓╢██████╢. ╓╢███████████████╖ ║╢█████║╓ ║█████████ ,,╓╓,, ┌║█████████████████┐ ,,╓╓,, ]█████████ └╢██████║` ╓╢║██████╢║∩``╙╙╙╙╙╙╙╙╙╙╙╙╙╙╙╙╙`»╢╢██████╢║╖ ║███████╜ "╜╜╜╜` ╖╢█████████╣╜ └╢██████████@ `╜╜╜╜╜ ║██████████╜ ╙╢██████████ ┌█████████╜ ╙╢█████████ └███████╨` ╜████████ ║████╨╜ `╢█████ ╙╢╣╜ └╢█╜ ,, ,, ╓@║██┐ ┌██║@╓ ╢██████ ]█████H ╢███████∩ ┌████████ ╓@@@@╓ █████████ ║████████` ╓@@@@╖ ╓╢██████║. █████████∩ ┌█████████ ,║███████╖ ██████████ └█████████ ██████████ ]█████████ `║██████╜` └╢████████ ┌███████╣╜ ╙██████╨` `╙╜╜╙` `╙╨╢████ █████╝╜` `╙╜╜` ]@╓ ╓╖H ███╢║@╓, ,╓@╢╢███` ████████╢@╖╓. ╓╖@║████████` ]███████████╢║@╓, ,╓@╢╢████████████ ╙╢█████████████╨` ╜██████████████╜ ╙╝╢███████║╜` `╜║████████╝╜` ,╓@@@╓ `²╙`` `╙²` ╓@@@╖, ║╢█████╢H ╓╢██████H █████████ █████████` ╙╢██████╜ ╙╢██████╜ └╨╩╝┘ └╨╩╝╜ | WINFLOW | . | ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
| . | | . | ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
| . | |
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 17, 2015, 05:22:00 PM |
|
Dan for expanse president!
|
|
|
|
|