Bitcoin Forum
May 06, 2024, 03:47:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 [388] 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 ... 822 »
  Print  
Author Topic: ⚡[ANN]⚡ ▐░Espers [ESP]░▌▐░PoW/PoS░▌▐░HMQ1725 Algo░▌ ▐░New Features░▌  (Read 923761 times)
EpyxZ
Hero Member
*****
Offline Offline

Activity: 994
Merit: 500



View Profile
September 13, 2016, 01:35:25 PM
 #7741

username and password do match ofc,
removed the http:// still get the same error
I tried with port 22440 and 22442 as posted by another user on the previeous page, on 22440 i get this error and 22442 connection refused
Also i am using the miner posted above, hope that works for soloming.
My espers.conf is looking like this :
rpcuser=myusername
rpcpassword=mypassword
listen=1
server=1
rpcconnect=127.0.0.1
rpcallowip=127.0.0.1

tried adding the lines you posted before you edited the post, and its the same error.

Sorry i am newb not only to the forum but to mining also and solo mining seems even more difficult than pool mining  Tongue

add

rpcport=9999

so your conf will be

rpcuser=myusername
rpcpassword=mypassword
listen=1
server=1
rpcconnect=127.0.0.1
rpcallowip=127.0.0.1
rcpport=9999


and use your command line like

cpuminer -a hmq1725 -t 3 -o http://127.0.0.1:9999 -u myusername -p mypassword


the -t3 has to have a space also like -t 3 (-t is how many cpu threads leaving off this option uses max cpu threads so )

cpuminer -a hmq1725 -o http://127.0.0.1:9999 -u myusername -p mypassword

Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714967267
Hero Member
*
Offline Offline

Posts: 1714967267

View Profile Personal Message (Offline)

Ignore
1714967267
Reply with quote  #2

1714967267
Report to moderator
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
September 13, 2016, 01:38:25 PM
 #7742

POS is working for me. Mined 2 blocks already. POS, not POW. It's like every few hours or something.

Gandalf86
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 515


Coin Mage


View Profile
September 13, 2016, 01:48:29 PM
 #7743

Why are the POS rewards of different size btw? I have learned from other coins that the reward size is constant ... Huh

Discord: Gandalf86#5805 (#341695925166538796) // Maintainer of Titcoin // Work smarter, not harder!
einherjar
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
September 13, 2016, 02:05:07 PM
 #7744


add

rpcport=9999

so your conf will be

rpcuser=myusername
rpcpassword=mypassword
listen=1
server=1
rpcconnect=127.0.0.1
rpcallowip=127.0.0.1
rcpport=9999


and use your command line like

cpuminer -a hmq1725 -t 3 -o http://127.0.0.1:9999 -u myusername -p mypassword


the -t3 has to have a space also like -t 3 (-t is how many cpu threads leaving off this option uses max cpu threads so )

cpuminer -a hmq1725 -o http://127.0.0.1:9999 -u myusername -p mypassword


[/quote]
[2016-09-13 16:50:38] 3 miner threads started, using 'hmq1725' algorit
[2016-09-13 16:50:39] HTTP request failed: Failed to connect to 127.0.
999: Connection refused
[2016-09-13 16:50:39] json_rpc_call failed, retry after 10 seconds
[2016-09-13 16:50:51] HTTP request failed: Failed to connect to 127.0.
999: Connection refused
[2016-09-13 16:50:51] json_rpc_call failed, retry after 10 seconds

Added rcpport=9999 to espers.conf and i get connection refused, turn off bitdifender firewall incase it was blocking it, not working.


Changing to rpcport=9999 on the conf file returns to the previous error

[2016-09-13 17:02:12] 3 miner threads started, using 'hmq1725' algo
[2016-09-13 17:02:14] JSON decode failed(1): '[' or '{' expected ne
[2016-09-13 17:02:14] getblocktemplate failed, falling back to getw
[2016-09-13 17:02:16] JSON decode failed(1): '[' or '{' expected ne
[2016-09-13 17:02:16] json_rpc_call failed, retry after 10 seconds
EpyxZ
Hero Member
*****
Offline Offline

Activity: 994
Merit: 500



View Profile
September 13, 2016, 02:36:05 PM
 #7745

ok, open up whatever web browser you have (it chrome, iexplorer etc)

in the url box put 127.0.0.1:5555  and hit enter

you should have a login and password box pop up, if not then your .conf is not named correct and well fix this fast

ok I dont know what the default.conf name is its apparently not ESP.conf so this is what your going to do to get this to work man, its EASY EASY EASY


What did you name your .conf file? i dont care just remember it.

Exit your WALLET.

goto your Espers-qt.exe and right click on it and CREATE SHORTCUT.
Now right click on the shortcut you just made and click PROPERTIES.
you will see

Target: "C:\whateverfolder\Espers-qt.exe"

Change this to

"C:\whateverfolder\Espers-qt.exe" -conf=whateveryourconfnameis.conf

and hit APPLY .

now run the shortcut. when the wallet starts open a web browser again and test the wallet by going to 127.0.0.1:9999 if it asks for a login and password your good to start mining.

Jerry S
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
September 13, 2016, 02:40:46 PM
 #7746

any link to the old wallet? need to send to swap some of my coins from the wallet
einherjar
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
September 13, 2016, 03:01:24 PM
 #7747

ok, open up whatever web browser you have (it chrome, iexplorer etc)

in the url box put 127.0.0.1:5555  and hit enter

you should have a login and password box pop up, if not then your .conf is not named correct and well fix this fast

ok I dont know what the default.conf name is its apparently not ESP.conf so this is what your going to do to get this to work man, its EASY EASY EASY


What did you name your .conf file? i dont care just remember it.

Exit your WALLET.

goto your Espers-qt.exe and right click on it and CREATE SHORTCUT.
Now right click on the shortcut you just made and click PROPERTIES.
you will see

Target: "C:\whateverfolder\Espers-qt.exe"

Change this to

"C:\whateverfolder\Espers-qt.exe" -conf=whateveryourconfnameis.conf

and hit APPLY .

now run the shortcut. when the wallet starts open a web browser again and test the wallet by going to 127.0.0.1:9999 if it asks for a login and password your good to start mining.



That worked quite well, i had my conf file named Espers not ESP, thank you very much!
Havent found a block yet but i can see the block# diff and my cores kh/s so it should be mining, thanks again!
EpyxZ
Hero Member
*****
Offline Offline

Activity: 994
Merit: 500



View Profile
September 13, 2016, 03:22:00 PM
 #7748

That worked quite well, i had my conf file named Espers not ESP, thank you very much!
Havent found a block yet but i can see the block# diff and my cores kh/s so it should be mining, thanks again!

No problem man, good luck on finding a block Smiley
Noojna
Hero Member
*****
Offline Offline

Activity: 687
Merit: 501


AVANTAGE - Blockchain Loyalty System


View Profile WWW
September 13, 2016, 04:21:36 PM
 #7749

See page 1

I really really hate these answers! I went to page one ALREADY and nothing there says its the new ESP2 wallet posted.

This is why I need a clear answer, and perhaps OP can make it more obvious that its the ESP2 wallet posted in the OP.


  ███████████
  █████████████████████
                        ████████████████████████████                     
████             ███████████████        ███████████████             ███
  ███████       ███████████                              ██████████         ████
  ███████      ████████        ██████████████       ████████    ████████
   ██████    ████████        ██████████████████    ███████    ███████████
  ███████    ████████    ████████████████████  ████████  ██████████████
  ██████    ███████      ███████████            ██    ████████  ████████    █████
  ██████       ██████       ████████         ██████       ███████    ███████          █████
  ██████    ██████    ████████    ███████████████████  ████████  ███    █████
  ██████    ███████  ███████      ██████████████████    ████████  █████    █████
  ██████    ██████    ██████    ████████████████████    ██████     ██████    █████
  █████    ███████   ██████      ███████            ████████  ██████    ███████  █████
██████    ██████    ██████    ██████    ██████    ██████    ██████    ██████  █████
██████    ██████    ██████  ███████  ███████    ██████    ██████    ██████  █████
██████    ██████    ██████  ███████  ███████    ██████    ██████    ██████    ████
██████    ██████    ██████    ██████    ██████    ██████    ██████    ██████  █████
  █████    ███████  ██████       ██████               ███████  ██████       █████    █████
  ██████    ██████    ██████   ████████████████████   ██████    ██████    █████
  ██████    █████    ███████   ███████████████████   ██████       ██████    █████
███████    ██    ████████  ███████████████████      ███████   ██████    █████
  ██████          ███████    ████████  ████████      █████████    ███████    █████
███████    ████████   ███████                      ██████████      ███████    █████
  ██████████████      ███████  ████████████████████      ███████    ██████
  ████████████  █████████  ███████████████████      ████████    ██████
  ██████████  ████████     ████████████████         █████████    ██████
  ███████      ██████████                ██                ██████████      ██████
  █████           ██████████████            ██████████████           ████
  ███                   ██████████████████████████████                   █
  ███████████████████████
  ███████████████
🔥 🔥»📝 BTC 💬
Jerry S
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
September 13, 2016, 04:39:17 PM
 #7750

See page 1

I really really hate these answers! I went to page one ALREADY and nothing there says its the new ESP2 wallet posted.

This is why I need a clear answer, and perhaps OP can make it more obvious that its the ESP2 wallet posted in the OP.

thats right, and maybe the link to esp1 wallet coz i need it to get my coins
CryptoCoderz (OP)
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 506


Coderz of the Crypto variety


View Profile WWW
September 13, 2016, 04:47:11 PM
 #7751

any link to the old wallet? need to send to swap some of my coins from the wallet

Our website has yet to be updated and has the old installer. >>Website<<
Scroll to the bottom of the page and you will see links.



See page 1

I really really hate these answers! I went to page one ALREADY and nothing there says its the new ESP2 wallet posted.

This is why I need a clear answer, and perhaps OP can make it more obvious that its the ESP2 wallet posted in the OP.

It was posted a couple pages back that the OP of this ANN was already updated with the latest links.
Windows & Mac are now the latest links.

Guess we'll have to add pretty colorful text saying it's been updated.



Why are the POS rewards of different size btw? I have learned from other coins that the reward size is constant ... Huh

PoS selects different coins to stake at a time. Therefore the rewards will be different size and in different intervals since this is off of %.

  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▀▀▀▀▀▀▀▀▀█░▌
                  ▐░▌
▄▄▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀█░▌
▐░▌              ▐░▌
▐░█▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░▌         
▐░▌         
 ▀         
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀█░▌
▐░▌              ▐░▌
▐░█▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
▐░█▀▀▀▀█░█▀▀
▐░▌         ▐░▌ 
▐░▌          ▐░▌
▐░▌           ▐░▌
 ▀               ▀
           
  ▄▄▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▐░█▀▀▀▀▀▀▀▀▀
▐░▌         
▐░█▄▄▄▄▄▄▄▄▄
▐░░░░░░░░░░░▌
▀▀▀▀▀▀▀▀▀█░▌
                  ▐░▌
▄▄▄▄▄▄▄▄▄█░▌
▐░░░░░░░░░░░▌
 ▀▀▀▀▀▀▀▀▀▀▀
           
▓▒░░ Secure Emailing
    ▓▒░░ Site-On-Blockchain
         ▓▒░░ Proof-of-Reliability
▓▒░░ HMQ1725
    ▓▒░░ CryptoCoderz
         ▓▒░░ Bitcointalk ANN
Jerry S
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
September 13, 2016, 05:06:43 PM
 #7752

any link to the old wallet? need to send to swap some of my coins from the wallet

Our website has yet to be updated and has the old installer. >>Website<<
Scroll to the bottom of the page and you will see links.


the windows wallet link is not working for me
My9bot
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
September 13, 2016, 05:07:33 PM
 #7753

any link to the old wallet? need to send to swap some of my coins from the wallet

Our website has yet to be updated and has the old installer. >>Website<<
Scroll to the bottom of the page and you will see links.

 Sad
Not Found

The requested URL /ESP/Espers_Setup_R1.exe was not found on this server.
Apache/2.4.7 (Ubuntu) Server at cryptocoderz.com Port 80

I'm better with code than with words-SatoshiNakamoto
Espers [ESP]SiteOnBlockchain
worgon12
Sr. Member
****
Offline Offline

Activity: 427
Merit: 282



View Profile
September 13, 2016, 06:08:04 PM
 #7754

hi devs are already a linux wallet?
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
September 13, 2016, 06:53:30 PM
 #7755

hi devs are already a linux wallet?

You can easily compile it yourself from git.

SHP-YTC
Member
**
Offline Offline

Activity: 99
Merit: 10


View Profile
September 13, 2016, 06:59:02 PM
 #7756

any link to the old wallet? need to send to swap some of my coins from the wallet

Our website has yet to be updated and has the old installer. >>Website<<
Scroll to the bottom of the page and you will see links.



See page 1

I really really hate these answers! I went to page one ALREADY and nothing there says its the new ESP2 wallet posted.

This is why I need a clear answer, and perhaps OP can make it more obvious that its the ESP2 wallet posted in the OP.

It was posted a couple pages back that the OP of this ANN was already updated with the latest links.
Windows & Mac are now the latest links.

Guess we'll have to add pretty colorful text saying it's been updated.



Why are the POS rewards of different size btw? I have learned from other coins that the reward size is constant ... Huh

PoS selects different coins to stake at a time. Therefore the rewards will be different size and in different intervals since this is off of %.


For some reason, my wallet is stuck @ 25 hours behind and it won't sync. I'm trying to send my ESP to Supernova.
What could be the problem?
Best regards.

Noojna
Hero Member
*****
Offline Offline

Activity: 687
Merit: 501


AVANTAGE - Blockchain Loyalty System


View Profile WWW
September 13, 2016, 07:15:14 PM
 #7757



It was posted a couple pages back that the OP of this ANN was already updated with the latest links.
Windows & Mac are now the latest links.

Guess we'll have to add pretty colorful text saying it's been updated.


Nice and colorful text sound like a good idea, as far as I know ESP, the wallet is self-updatable: no need to reinstall. Not everybody has time to go read every page of the threads they follow everyday, but OP is reader's responsability.


  ███████████
  █████████████████████
                        ████████████████████████████                     
████             ███████████████        ███████████████             ███
  ███████       ███████████                              ██████████         ████
  ███████      ████████        ██████████████       ████████    ████████
   ██████    ████████        ██████████████████    ███████    ███████████
  ███████    ████████    ████████████████████  ████████  ██████████████
  ██████    ███████      ███████████            ██    ████████  ████████    █████
  ██████       ██████       ████████         ██████       ███████    ███████          █████
  ██████    ██████    ████████    ███████████████████  ████████  ███    █████
  ██████    ███████  ███████      ██████████████████    ████████  █████    █████
  ██████    ██████    ██████    ████████████████████    ██████     ██████    █████
  █████    ███████   ██████      ███████            ████████  ██████    ███████  █████
██████    ██████    ██████    ██████    ██████    ██████    ██████    ██████  █████
██████    ██████    ██████  ███████  ███████    ██████    ██████    ██████  █████
██████    ██████    ██████  ███████  ███████    ██████    ██████    ██████    ████
██████    ██████    ██████    ██████    ██████    ██████    ██████    ██████  █████
  █████    ███████  ██████       ██████               ███████  ██████       █████    █████
  ██████    ██████    ██████   ████████████████████   ██████    ██████    █████
  ██████    █████    ███████   ███████████████████   ██████       ██████    █████
███████    ██    ████████  ███████████████████      ███████   ██████    █████
  ██████          ███████    ████████  ████████      █████████    ███████    █████
███████    ████████   ███████                      ██████████      ███████    █████
  ██████████████      ███████  ████████████████████      ███████    ██████
  ████████████  █████████  ███████████████████      ████████    ██████
  ██████████  ████████     ████████████████         █████████    ██████
  ███████      ██████████                ██                ██████████      ██████
  █████           ██████████████            ██████████████           ████
  ███                   ██████████████████████████████                   █
  ███████████████████████
  ███████████████
🔥 🔥»📝 BTC 💬
ctgiant
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile WWW
September 13, 2016, 07:48:00 PM
 #7758


For some reason, my wallet is stuck @ 25 hours behind and it won't sync. I'm trying to send my ESP to Supernova.
What could be the problem?
Best regards.

I don't know why your wallet is stuck ~25 hours behind, but when it does finally sync you should definitely not send coins to Suprnova....the place to send to is https://novaexchange.com/

MiningAlts Block Explorers and Windows/Mac Wallet Building Services - http://miningalts.com
worgon12
Sr. Member
****
Offline Offline

Activity: 427
Merit: 282



View Profile
September 13, 2016, 07:49:44 PM
 #7759

hi devs are already a linux wallet?

You can easily compile it yourself from git.



hi, as I unfortunately do not have much linux experience, there is an understandable guidance on this? will not figure the doc?
Gandalf86
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 515


Coin Mage


View Profile
September 13, 2016, 08:55:02 PM
 #7760

hi, as I unfortunately do not have much linux experience, there is an understandable guidance on this? will not figure the doc?

It's really simple. Clone the git repo, read the file Espers/doc/readme-qt.rst. It contains the commands that you have to execute inside the Espers/ folder.

If you don't know how to use a command line, or how to use git, I suggest that you learn that, first. It is required for anything that is related to programming or compiling programs. Except when you are programming in Java lol.  Grin

Discord: Gandalf86#5805 (#341695925166538796) // Maintainer of Titcoin // Work smarter, not harder!
Pages: « 1 ... 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 [388] 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 ... 822 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!