Author

Topic: [ANN][EGC] EverGreenCoin | Environmental Green Causes | Full 7% PoS | Foundation - page 182. (Read 284552 times)

newbie
Activity: 15
Merit: 0
hi all,
i try get data from jsonrpc, i send this
{"jsonrpc":"1.0","method":"getbalance ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC","id":1}
and i get
 [Error: failed [404] {"result":null,"error":{"code":-32601,"message":"Method not found"},"id":1} ]
but i send this
{"jsonrpc":"1.0","method":"getbalance","id":1}
and i get 0.20000000. this is true.

thanks for response.



Perhaps you are looking for getreceivedbyaddress ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC ?

yes, console evergreencoin-qt is working
getreceivedbyaddress ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC i get 10.01000000
but in js
i send  {"method":"getreceivedbyaddress EJyyhNhfvL3XfTh9VerW9h5qCL5SPtTqbn","id":1}
[Error: failed [404] {"result":null,"error":{"code":-32601,"message":"Method not found"},"id":1} ]


Solved i need send json, this format
{"method":"getreceivedbyaddress","params":["ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC"],"id":1}
newbie
Activity: 15
Merit: 0
hi all,
i try get data from jsonrpc, i send this
{"jsonrpc":"1.0","method":"getbalance ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC","id":1}
and i get
 [Error: failed [404] {"result":null,"error":{"code":-32601,"message":"Method not found"},"id":1} ]
but i send this
{"jsonrpc":"1.0","method":"getbalance","id":1}
and i get 0.20000000. this is true.

thanks for response.



Perhaps you are looking for getreceivedbyaddress ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC ?

yes, console evergreencoin-qt is working
getreceivedbyaddress ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC i get 10.01000000
but in js
i send  {"method":"getreceivedbyaddress EJyyhNhfvL3XfTh9VerW9h5qCL5SPtTqbn","id":1}
[Error: failed [404] {"result":null,"error":{"code":-32601,"message":"Method not found"},"id":1} ]

legendary
Activity: 2170
Merit: 1192
EverGreenCoin® (EGC) EverGreenCoin.org
Can this coin be mined solo ?


Yes, it can be with a decent amount of hash (>1 mh/s). However, PoW mining difficulty has been consistantly high since the price surge begain a few days ago. Pool mining is probably more profitable unless you have a very large amount of hash (> 10 mh/s).

That said, myself and other members of the in the IRC have solo'd blocks with even CPU mining.

cheers

do I need to do something with the wallet other than load this evergreencoin.conf file into my roaming folder ?

rpcuser=Eg3sFexxxxxxxxxxxxxxxxxxVBfD
rpcpassword=j
rpcport=5758
server=1
listen=1

Add
Code:
daemon=1 
rpcallowip=x.x.x.x
to your config. rpcallowip should be the IP of the miner or you can use rpcallowip= localhost, 127.0.0.1, *, or 192/168.1.1/24 as you see fit. Using the specific IP of the machine you are allowing to make the remote procedure call from would be the most secure.

Thanks I'm hashing and finding blocks now but when i start i get a windows error saying
 "this application has requested the runtime to terminate in an unusual way "

the miner still works as i say

any clues what this runtime thing is

cheers

Glad to hear you got your mining working. If you restart your machine, that error will stop.
hero member
Activity: 528
Merit: 500
Can this coin be mined solo ?


Yes, it can be with a decent amount of hash (>1 mh/s). However, PoW mining difficulty has been consistantly high since the price surge begain a few days ago. Pool mining is probably more profitable unless you have a very large amount of hash (> 10 mh/s).

That said, myself and other members of the in the IRC have solo'd blocks with even CPU mining.

cheers

do I need to do something with the wallet other than load this evergreencoin.conf file into my roaming folder ?

rpcuser=Eg3sFexxxxxxxxxxxxxxxxxxVBfD
rpcpassword=j
rpcport=5758
server=1
listen=1

Add
Code:
daemon=1 
rpcallowip=x.x.x.x
to your config. rpcallowip should be the IP of the miner or you can use rpcallowip= localhost, 127.0.0.1, *, or 192/168.1.1/24 as you see fit. Using the specific IP of the machine you are allowing to make the remote procedure call from would be the most secure.

Thanks I'm hashing and finding blocks now but when i start i get a windows error saying
 "this application has requested the runtime to terminate in an unusual way "

the miner still works as i say

any clues what this runtime thing is

cheers
legendary
Activity: 2170
Merit: 1192
EverGreenCoin® (EGC) EverGreenCoin.org
hi all,
i try get data from jsonrpc, i send this
{"jsonrpc":"1.0","method":"getbalance ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC","id":1}
and i get
 [Error: failed [404] {"result":null,"error":{"code":-32601,"message":"Method not found"},"id":1} ]
but i send this
{"jsonrpc":"1.0","method":"getbalance","id":1}
and i get 0.20000000. this is true.

thanks for response.



Perhaps you are looking for getreceivedbyaddress ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC ?
legendary
Activity: 1050
Merit: 1000
somehow I read the name Eva Green
newbie
Activity: 15
Merit: 0
hi all,
i try get data from jsonrpc, i send this
{"jsonrpc":"1.0","method":"getbalance ESeAJTUbTpKyQVoCsPivGsrCPfBDKTxmkC","id":1}
and i get
 [Error: failed [404] {"result":null,"error":{"code":-32601,"message":"Method not found"},"id":1} ]
but i send this
{"jsonrpc":"1.0","method":"getbalance","id":1}
and i get 0.20000000. this is true.

thanks for response.

legendary
Activity: 2968
Merit: 1091
--- ChainWorks Industries ---
...i ONLY use a daemon under linux - and its ONLY console ... so i had no idea about the gui wallet ...
CLI MASTAH

the gui method really does make it easy ... i just wont ( actually cant ) use it on the vps daemons Tongue ...

ssh -X -C
(some configuration required)

xBrooks

tanx mate ...

that will only work IF i had any of the xorg extensions built in - which i dont ...

btw - is that not the same as ... ssh -Y ...

Wink ...

#crysx
legendary
Activity: 2170
Merit: 1192
EverGreenCoin® (EGC) EverGreenCoin.org
So the community is aware, I will be sending the EverGreenCoin Foundation's balance of EverGreenCoin in transactions of ~10k to another wallet (ELynMfNpvy94BSgqc8KhJxyHD9tbQ1WS4v) and then back to the foundation's public address (EdFwYw4Mo2Zq6CFM2yNJgXvE2DTJxgdBRX) to clean up all of the inputs as it's wallet is beginning to struggle with the many thousands of inputs. The EverGreenCoin Foundation's balance at the time of this writing is 62212 EGC.

The EverGreenCoin Foundation's cleanup of balance inputs is halfway complete as can be viewed here in the balance of the wallet I am using to do so.

I would also like to take this opportunity to present to you the new EverGreenCoin Transaction Explorer. It can be found at http://Transactions.EverGreenCoin.org  Grin



And the cleanup is complete. The EverGreenCoin Foundation's balance is 62248.31522302 EGC at the time of this writing.
legendary
Activity: 2170
Merit: 1192
EverGreenCoin® (EGC) EverGreenCoin.org
So the community is aware, I will be sending the EverGreenCoin Foundation's balance of EverGreenCoin in transactions of ~10k to another wallet (ELynMfNpvy94BSgqc8KhJxyHD9tbQ1WS4v) and then back to the foundation's public address (EdFwYw4Mo2Zq6CFM2yNJgXvE2DTJxgdBRX) to clean up all of the inputs as it's wallet is beginning to struggle with the many thousands of inputs. The EverGreenCoin Foundation's balance at the time of this writing is 62212 EGC.

The EverGreenCoin Foundation's cleanup of balance inputs is halfway complete as can be viewed here in the balance of the wallet I am using to do so.

I would also like to take this opportunity to present to you the new EverGreenCoin Transaction Explorer. It can be found at http://Transactions.EverGreenCoin.org  Grin

newbie
Activity: 51
Merit: 0
...i ONLY use a daemon under linux - and its ONLY console ... so i had no idea about the gui wallet ...
CLI MASTAH

the gui method really does make it easy ... i just wont ( actually cant ) use it on the vps daemons Tongue ...

ssh -X -C
(some configuration required)

xBrooks
legendary
Activity: 2170
Merit: 1192
EverGreenCoin® (EGC) EverGreenCoin.org
So the community is aware, I will be sending the EverGreenCoin Foundation's balance of EverGreenCoin in transactions of ~10k to another wallet (ELynMfNpvy94BSgqc8KhJxyHD9tbQ1WS4v) and then back to the foundation's public address (EdFwYw4Mo2Zq6CFM2yNJgXvE2DTJxgdBRX) to clean up all of the inputs as it's wallet is beginning to struggle with the many thousands of inputs. The EverGreenCoin Foundation's balance at the time of this writing is 62212 EGC.
legendary
Activity: 2170
Merit: 1192
EverGreenCoin® (EGC) EverGreenCoin.org
Hey guys. What miner do you recommend for WIN 10 with AMD Sapphire 7970 GHz (Crimson 16.1)? And what are the bat/conf specs, please? I have already tried sgminer5, but it is constantly crashing.

Thanks
I had the same issue. I think it has to do with the newest firmware updates from AMD. I couldn't ever get my Fury X to stop crashing on sgminer. I just started buying on the exchanges. It's cheaper now than mining, anyway. Sorry I couldn't be of more help. If you come in the irc channel, wolf is there. He's the algo guru. He might be able to assist you.

Cheers,
-Clay

I use sgminer but with 14.6 driver

Sgminer 5 has been working very consistently for me. Check your drivers. My AMD Sapphire 7850 needed driver version 14.5 before it would mine. Read any errors/logs if you have an issue.

Here is a .bat that should work, Invoker:
Code:
color 02
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
C:\Users\Steven[replace with your username]\sgminer-5\sgminer.exe -I 18 -g 2 --thread-concurrency 13188 --rawintensity 131088 --worksize 64

Of course, adjust the path as needed. I can't promise that is the perfect config for your 7970 but, my 7850 never complains, nor my other GPU's and all put up very respectable marks. Don't forget to crank the fan up to 100% when you do get it to hash.

It can be frustrating, installing new drivers, uninstalling, reinstalling. Trust me, I know that frustration well. Others get lucky and it works the first try. Persist and you will get it. No one said it would always be easy. Wink
legendary
Activity: 2170
Merit: 1192
EverGreenCoin® (EGC) EverGreenCoin.org
Can this coin be mined solo ?


Yes, it can be with a decent amount of hash (>1 mh/s). However, PoW mining difficulty has been consistantly high since the price surge begain a few days ago. Pool mining is probably more profitable unless you have a very large amount of hash (> 10 mh/s).

That said, myself and other members of the in the IRC have solo'd blocks with even CPU mining.

cheers

do I need to do something with the wallet other than load this evergreencoin.conf file into my roaming folder ?

rpcuser=Eg3sFexxxxxxxxxxxxxxxxxxVBfD
rpcpassword=j
rpcport=5758
server=1
listen=1

Add
Code:
daemon=1 
rpcallowip=x.x.x.x
to your config. rpcallowip should be the IP of the miner or you can use rpcallowip= localhost, 127.0.0.1, *, or 192/168.1.1/24 as you see fit. Using the specific IP of the machine you are allowing to make the remote procedure call from would be the most secure.
hero member
Activity: 528
Merit: 500
Hey guys. What miner do you recommend for WIN 10 with AMD Sapphire 7970 GHz (Crimson 16.1)? And what are the bat/conf specs, please? I have already tried sgminer5, but it is constantly crashing.

Thanks
I had the same issue. I think it has to do with the newest firmware updates from AMD. I couldn't ever get my Fury X to stop crashing on sgminer. I just started buying on the exchanges. It's cheaper now than mining, anyway. Sorry I couldn't be of more help. If you come in the irc channel, wolf is there. He's the algo guru. He might be able to assist you.

Cheers,
-Clay

I use sgminer but with 14.6 driver
full member
Activity: 154
Merit: 100
Hey guys. What miner do you recommend for WIN 10 with AMD Sapphire 7970 GHz (Crimson 16.1)? And what are the bat/conf specs, please? I have already tried sgminer5, but it is constantly crashing.

Thanks
I had the same issue. I think it has to do with the newest firmware updates from AMD. I couldn't ever get my Fury X to stop crashing on sgminer. I just started buying on the exchanges. It's cheaper now than mining, anyway. Sorry I couldn't be of more help. If you come in the irc channel, wolf is there. He's the algo guru. He might be able to assist you.

Cheers,
-Clay
member
Activity: 93
Merit: 10
Hey guys. What miner do you recommend for WIN 10 with AMD Sapphire 7970 GHz (Crimson 16.1)? And what are the bat/conf specs, please? I have already tried sgminer5, but it is constantly crashing.

Thanks
hero member
Activity: 528
Merit: 500
Can this coin be mined solo ?


Yes, it can be with a decent amount of hash (>1 mh/s). However, PoW mining difficulty has been consistantly high since the price surge begain a few days ago. Pool mining is probably more profitable unless you have a very large amount of hash (> 10 mh/s).

That said, myself and other members of the in the IRC have solo'd blocks with even CPU mining.

cheers

do I need to do something with the wallet other than load this evergreencoin.conf file into my roaming folder ?

rpcuser=Eg3sFexxxxxxxxxxxxxxxxxxVBfD
rpcpassword=j
rpcport=5758
server=1
listen=1
legendary
Activity: 2170
Merit: 1192
EverGreenCoin® (EGC) EverGreenCoin.org
Can this coin be mined solo ?


Yes, it can be with a decent amount of hash (>1 mh/s). However, PoW mining difficulty has been consistantly high since the price surge begain a few days ago. Pool mining is probably more profitable unless you have a very large amount of hash (> 10 mh/s).

That said, myself and other members of the in the IRC have solo'd blocks with even CPU mining.
hero member
Activity: 528
Merit: 500
Can this coin be mined solo ?
Jump to: