Author

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

legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Hi, I am using Windows binaries. I have added peers, i checked it and i am connected to 7 peers. I started mining, after 1 hour, my balance was still zero.
My GPU is Radeon R9 290X.
Is something wrong?

nothing is wrong, the difficulty is just really high right now.
member
Activity: 61
Merit: 10
Hi, I am using Windows binaries. I have added peers, i checked it and i am connected to 7 peers. I started mining, after 1 hour, my balance was still zero.
My GPU is Radeon R9 290X.
Is something wrong?
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
I sent coins to another address, source balance changed, but they didn't appear on target address balance. What is wrong? I can't remember how it work on ethereum, but I am pretty sure that exp.getbalance should display correct amount.

if you do get balance on the other address you should be able to see if its there or not even if you dont own the address since all addresses are "accounts" with "balances"
legendary
Activity: 1904
Merit: 1003
I sent coins to another address, source balance changed, but they didn't appear on target address balance. What is wrong? I can't remember how it work on ethereum, but I am pretty sure that exp.getbalance should display correct amount.
legendary
Activity: 1843
Merit: 1338
XXXVII Fnord is toast without bread
Where is pool miner? http://www.wikiupload.com/FIPMFK3J3PFBZZE <-- Sorry, file not found.


I am right here, note I spell my name differently though.

-PoolMinor
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Dan for expanse president!
sr. member
Activity: 453
Merit: 255
Where is pool miner? http://www.wikiupload.com/FIPMFK3J3PFBZZE <-- Sorry, file not found.
sr. member
Activity: 293
Merit: 251
Director - www.cubeform.io
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. ;]
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Any block explorer available yet?

Our dev is nearly done working on it. He is coding one from scratch.
legendary
Activity: 1904
Merit: 1003
Any block explorer available yet?
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
I'm trying to send some coins from the console, and I'm getting this error:

Code:
> 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 (:-81335:-128)
    at send (:-154754:-128)
    at sendTransaction (:-131919:-128)
    at :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.
sr. member
Activity: 638
Merit: 250
how to mine with my small GPU 7850 ?
Do you have any instruction ?
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
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?
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster
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 Smiley
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://bitcointalksearch.org/topic/m.12444829 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://bitcointalksearch.org/topic/abee-altsheets-block-explorer-extension-ethereum-based-coins-v027-1181547
crowdbounty: https://bitcointalksearch.org/topic/m.12449250
legendary
Activity: 902
Merit: 1001
Free trial of #AltFolio = save time, react faster

...

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.  Cheesy

Happy that you are happy :-) Let's cooperate on those batch files. I have already created quite a few. PM me.
ImI
legendary
Activity: 1946
Merit: 1019

is withdrawal working at bleutrade??
full member
Activity: 233
Merit: 100
I'm trying to send some coins from the console, and I'm getting this error:

Code:
> 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 (:-81335:-128)
    at send (:-154754:-128)
    at sendTransaction (:-131919:-128)
    at :1:1

What is "gas" in the context of Expanse?
265 change to 264 , need some gas for transport.
member
Activity: 61
Merit: 10
I'm trying to send some coins from the console, and I'm getting this error:

Code:
> 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 (:-81335:-128)
    at send (:-154754:-128)
    at sendTransaction (:-131919:-128)
    at :1:1

What is "gas" in the context of Expanse?
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
http://expanseofficial.tumblr.com

Here is a blog for Expanse, I have the first couple articles up now. Smiley

sr. member
Activity: 271
Merit: 251
How do I search in geth for particular transaction or all address activity?
I am guessing there isn't block explorer available yet?
Jump to: