Bitcoin Forum
July 06, 2024, 01:20:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 »
  Print  
Author Topic: Sucre (SUCR) X11 based cryptocurrency POW, Masternode, Private and Instant Send  (Read 40782 times)
SucreDev (OP)
Member
**
Offline Offline

Activity: 353
Merit: 20


View Profile WWW
December 01, 2017, 02:00:08 AM
 #81

Block Explorer: http://202.5.23.130:98/
my wallet: SeqsSur3LwETd8n1u4b6DuuWRt1XCafmfZ

Thank you my friend!

To: Block Explorer: http://202.5.23.130:98/ SeqsSur3LwETd8n1u4b6DuuWRt1XCafmfZ
http://202.5.23.130:98/tx/b9b067c0d9c03ba609dd127936d48cbbc2e1484a46c89bbd2bdd0efb07777d58

tperalta82
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
December 01, 2017, 02:01:51 AM
 #82

Getting a "stratum authentication failed" error.   Verified my details are all correct.

On my pool?


yep!

Tell me your username and workername (or just workername, i'll figure out the rest).
And can you post a screenshot of your settings?
I'm currently mining there with no issues
crypto_beef
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
December 01, 2017, 02:05:10 AM
 #83

Getting a "stratum authentication failed" error.   Verified my details are all correct.

On my pool?


yep!

Tell me your username and workername (or just workername, i'll figure out the rest).
And can you post a screenshot of your settings?
I'm currently mining there with no issues

https://i.imgur.com/xAJC1FG.png
tperalta82
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
December 01, 2017, 02:11:29 AM
 #84

Getting a "stratum authentication failed" error.   Verified my details are all correct.

On my pool?


yep!

Tell me your username and workername (or just workername, i'll figure out the rest).
And can you post a screenshot of your settings?
I'm currently mining there with no issues



taking a look, gonna try to connect my miner to your account to debug
tperalta82
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
December 01, 2017, 02:13:47 AM
 #85

Getting a "stratum authentication failed" error.   Verified my details are all correct.

On my pool?


yep!

Tell me your username and workername (or just workername, i'll figure out the rest).
And can you post a screenshot of your settings?
I'm currently mining there with no issues



taking a look, gonna try to connect my miner to your account to debug

Fixed Wink
crypto_beef
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
December 01, 2017, 02:15:23 AM
 #86

Looks good Wink

Appreciate the quick help
tperalta82
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
December 01, 2017, 02:16:51 AM
 #87

Getting a "stratum authentication failed" error.   Verified my details are all correct.

On my pool?


yep!

Tell me your username and workername (or just workername, i'll figure out the rest).
And can you post a screenshot of your settings?
I'm currently mining there with no issues



taking a look, gonna try to connect my miner to your account to debug

Fixed Wink

Found an issue, fixing
SucreDev (OP)
Member
**
Offline Offline

Activity: 353
Merit: 20


View Profile WWW
December 01, 2017, 02:17:30 AM
 #88

Block Explorer: http://202.5.23.130:98/
my wallet: SeqsSur3LwETd8n1u4b6DuuWRt1XCafmfZ

if you are interested I could redirect a sub-domain name e.g. explorer.sucremoneda.net

all you need to do is install nginx on your server with sites-available explorer.sucremoneda.net (code below)


upstream aha3 { # Huh (1)
        server 202.5.23.130:98;
        keepalive 8;
}

# the nginx server instance
server {
        listen 0.0.0.0:80;
        server_name explorer.sucremoneda.net;
      

        location / {
            # Huh (2)
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header Host $http_host;
            proxy_set_header X-NginX-Proxy true;

            proxy_pass http://aha3/; # Huh (1)
            proxy_redirect off; # Huh (3)

      location /excluded {
    return 403;
}
        }
}

the emonicons showing are actually 3 x interrogations

also you can get all logos HD here: http://sucremoneda.net/PressKit.zip  to add coin logo less blurry.

johnnystar
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 01, 2017, 02:19:14 AM
 #89

2 questions

1. Why are there already 2 million coins in circulation?  Huh
2. Why is there a wallet with 1.5 million coins?  Huh
lanhho1006
Member
**
Offline Offline

Activity: 144
Merit: 10


View Profile
December 01, 2017, 02:20:54 AM
 #90

New pool

Ports:

Asics:         3562
Nicehash:   3563
Low diff:     3564






pool dead?

tperalta82
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
December 01, 2017, 02:21:29 AM
 #91

Getting a "stratum authentication failed" error.   Verified my details are all correct.

On my pool?


yep!

Tell me your username and workername (or just workername, i'll figure out the rest).
And can you post a screenshot of your settings?
I'm currently mining there with no issues



taking a look, gonna try to connect my miner to your account to debug

Fixed Wink

Found an issue, fixing

Fixed and working now
johnnystar
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 01, 2017, 02:27:03 AM
 #92

the algo is X11 - it's on the subject line  Wink
SucreDev (OP)
Member
**
Offline Offline

Activity: 353
Merit: 20


View Profile WWW
December 01, 2017, 02:32:58 AM
 #93

2 questions

1. Why are there already 2 million coins in circulation?  Huh
2. Why is there a wallet with 1.5 million coins?  Huh

1= similar to DASH when they started
2= first pool address, still investigating this, the pool is not promoted for now (but still miner on it).

johnnystar
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 01, 2017, 02:39:17 AM
 #94

thanks for the quick response dev  Grin - so it seems like there was no instamine protection and/or the retargeting was not set properly for a new coin
PRIZRAK25
Sr. Member
****
Offline Offline

Activity: 613
Merit: 250



View Profile
December 01, 2017, 02:47:08 AM
 #95

Block Explorer: http://202.5.23.130:98/
my wallet:SNSpsssnyJb8Y8cDBgPDfMBtqrjtucGaKz
lanhho1006
Member
**
Offline Offline

Activity: 144
Merit: 10


View Profile
December 01, 2017, 02:58:49 AM
 #96

Stuck at block 8201!

cryptojai
Full Member
***
Offline Offline

Activity: 238
Merit: 101


View Profile
December 01, 2017, 03:03:59 AM
 #97

2 questions

1. Why are there already 2 million coins in circulation?  Huh
2. Why is there a wallet with 1.5 million coins?  Huh

1= similar to DASH when they started
2= first pool address, still investigating this, the pool is not promoted for now (but still miner on it).

I deserve most part of coins mined in your first pool as i was the one with top hash right from start .

You can check the statitics of the address SS8pnFPEue5ZesiAH7MAfjAj8uN8NNv6WA in your pool.

Hope i get atleast some part of it .
cryptojai
Full Member
***
Offline Offline

Activity: 238
Merit: 101


View Profile
December 01, 2017, 03:05:15 AM
 #98

Stuck at block 8201!

No . my wallet is at block 8233
cryptofirm
Sr. Member
****
Offline Offline

Activity: 1039
Merit: 250


BabelFish - FISH Token Sale at Sovryn


View Profile
December 01, 2017, 03:09:21 AM
 #99

Where we can find information about the team and its members? That information is basic when launching a project.

no informations about that for now, also the official site from this project not use english language,,
http://sucremoneda.net ,

and to @SucreDev
can you please add english language in your site,,
i do not understand what is the language in your site

.
USD Stablecoin Aggregator
                                              ▄███████
                                            ▄█▀▄█████▀
              ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄      █▀▄███████
          ▄▄████████████████▄▄▀▀██████▄   ▄█ ███████
  ▄     ▄██▀▀▀▀█████████▄▀██████▄▄▀▀████  █████████▀
▄███▄ ▄███ █▀▀█ █████████▄█▀████████▄▄▀▀███████████
██ ▀███▀ █▄▀▀▀▀▄███ ██▀████▄▀████████▀███████████▀▀
██  ███████████████ ██ █████ ███▀▀▄▄▄██████████████
██▄██▀█████████████ ███ ███  ▄▄▄█████▀██▀▀█████████
 ▀█▀   ▀████████▀▀▄██▀ ▀▀▄▄██▄▄▀██▀▄▄██    ████████▄
         ▀█████▄█▀▀▀▄█████████▀▄▄▄███▀      ▀███████
               ▀▀▀███████████▄▄████▀          ██████▄
                                               ▀▀█████
BabelFish███████▄
▀█████▄▀█▄
 ███████▄▀█      ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  ███████ █▄   ▄██████▀▀▄▄████████████████▄▄
  ▀█████████  ████▀▀▄▄██████▀▄█████████▀▀▀▀██▄     ▄
   ███████████▀▀▄▄████████▀█▄█████████ █▀▀█ ███▄ ▄███▄
   ▀▀███████████▀████████▀▄████▀██ ███▄▀▀▀▀▄█ ▀███▀ ██
   ██████████████▄▄▄▀▀███ █████ ██ ███████████████  ██
   █████████▀▀██▀█████▄▄▄  ███ ███ █████████████▀██▄██
  ▄████████    ██▄▄▀██▀▄▄██▄▄▀▀ ▀██▄▀▀████████▀   ▀█▀
  ███████▀      ▀███▄▄▄▀█████████▄▀▀▀█▄█████▀
 ▄██████          ▀████▄▄████████████▀▀
█████▀▀
.
FISH token sale at Sovryn
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
████████████████████████████
████████████████████████████
████████████████████████████
The SHAman
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile WWW
December 01, 2017, 03:10:53 AM
 #100

finishing up manual payouts. If you are still missing some coin please send me a PM.
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 »
  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!