Bitcoin Forum
May 28, 2024, 06:56:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 »  All
  Print  
Author Topic: [ANN][TRAGO] TRAGOCOIN | POW | MN | X16R | MEGA BLOCK | OFFICIAL MARKET OPEN  (Read 3559 times)
marchigan (OP)
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
July 05, 2019, 06:40:00 AM
 #21

I have gotten some solo but no pool? My chances of solo are almost done. A pool would be nice???

Operator pools setting up the a pool, please wait
pharkinops
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 05, 2019, 07:00:59 AM
 #22

No block explorer?

There seems to be a problem with getblocktemplate, needed for pool support.

https://i.ibb.co/qRs1q8V/trago-nogbt.png

Node is fully synced.
rovait
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
July 05, 2019, 07:08:28 AM
 #23

I have gotten some solo but no pool? My chances of solo are almost done. A pool would be nice???


hi!
How do you GPU solo mine this?

Thanks
grseed
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
July 05, 2019, 07:17:42 AM
 #24

Code:
error -10: tragocoin core is syncing with network...
Always showing that it is impossible to mine
rovait
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
July 05, 2019, 07:33:37 AM
 #25

any pools yet?
Devawnm367
Full Member
***
Offline Offline

Activity: 1036
Merit: 144


Penguin Party 🐟


View Profile
July 05, 2019, 07:49:18 AM
 #26

I have gotten some solo but no pool? My chances of solo are almost done. A pool would be nice???


hi!
How do you GPU solo mine this?

Thanks

download wallet open it. go to tools/debug console

type in

setgenerate true

any pools yet?

They are suppose to be really close node.pow keeps popping up with trago but then is fades out and keeps disappearing, they may be having issues so not yet


𝕻𝖊𝖓𝖌𝖚𝖎𝖓 𝕾𝖜𝛼𝖕
PENGUIN PARTY BAITSHOP!
Swap, Pool, Stake, or Vote
marchigan (OP)
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
July 05, 2019, 07:56:17 AM
 #27

I have gotten some solo but no pool? My chances of solo are almost done. A pool would be nice???


hi!
How do you GPU solo mine this?

Thanks

download wallet open it. go to tools/debug console

type in

setgenerate true

any pools yet?

They are suppose to be really close node.pow keeps popping up with trago but then is fades out and keeps disappearing, they may be having issues so not yet



Mining Pool - http://pool.chainz.ge/

-a x16r -o stratum+tcp://pool.chainz.ge:3636 -u <wallet> -p c=TRAGO
rovait
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
July 05, 2019, 08:06:33 AM
 #28

stratum authentication fails
pharkinops
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 05, 2019, 08:14:45 AM
Last edit: July 05, 2019, 05:15:45 PM by pharkinops
 #29

Better mention this is 3.4% premined.

Premine: 860,000 TRAGO
Total Supply: 25,000,000 TRAGO

https://github.com/trago-project/tragocoin/blob/master/src/main.cpp#L1751
Code:
    CAmount nSubsidy = 0;
    if (nPrevHeight == 0) {
        nSubsidy = 860000 * COIN;
    } else if (nPrevHeight <= 576) { // Day 1  
        nSubsidy = 5 * COIN;
    } else if (nPrevHeight <= 1152) { // Day 2
nSubsidy = 20 * COIN;
    } else if (nPrevHeight <= 8640) { // Day 3 ~ 15
        nSubsidy = 100 * COIN;
    } else if (nPrevHeight <= 9216) { // Day 16
        nSubsidy = 75 * COIN;
    } else if (nPrevHeight <= 9792) { // Day 17
        nSubsidy = 50 * COIN;
    } else if (nPrevHeight <= 10368) { // Day 18
        nSubsidy = 25 * COIN;
    } else if (nPrevHeight <= 10944) { // Day 19
        nSubsidy = 10 * COIN;
Nightman_77
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile
July 05, 2019, 08:16:30 AM
 #30

stratum authentication fails
sync problem ..Sad
Devawnm367
Full Member
***
Offline Offline

Activity: 1036
Merit: 144


Penguin Party 🐟


View Profile
July 05, 2019, 08:28:19 AM
 #31

yeah I set everything up and mine is not working either!

𝕻𝖊𝖓𝖌𝖚𝖎𝖓 𝕾𝖜𝛼𝖕
PENGUIN PARTY BAITSHOP!
Swap, Pool, Stake, or Vote
villos
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 05, 2019, 11:30:31 AM
 #32

Better mention this is 29% premined.

Premine: 860,000 TRAGO
Total Supply: 25,000,000 TRAGO

https://github.com/trago-project/tragocoin/blob/master/src/main.cpp#L1751
Code:
    CAmount nSubsidy = 0;
    if (nPrevHeight == 0) {
        nSubsidy = 860000 * COIN;
    } else if (nPrevHeight <= 576) { // Day 1 
        nSubsidy = 5 * COIN;
    } else if (nPrevHeight <= 1152) { // Day 2
nSubsidy = 20 * COIN;
    } else if (nPrevHeight <= 8640) { // Day 3 ~ 15
        nSubsidy = 100 * COIN;
    } else if (nPrevHeight <= 9216) { // Day 16
        nSubsidy = 75 * COIN;
    } else if (nPrevHeight <= 9792) { // Day 17
        nSubsidy = 50 * COIN;
    } else if (nPrevHeight <= 10368) { // Day 18
        nSubsidy = 25 * COIN;
    } else if (nPrevHeight <= 10944) { // Day 19
        nSubsidy = 10 * COIN;

Oooops....((
moi162001
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 05, 2019, 11:44:26 AM
 #33

reserved
rovait
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
July 05, 2019, 12:35:12 PM
Last edit: July 05, 2019, 01:18:11 PM by rovait
 #34

860,000 might be a high premine percentage.
But it's not 29% from 25,000,000:)

it's more like 3.44%
AlecMe
Full Member
***
Offline Offline

Activity: 392
Merit: 159


View Profile
July 05, 2019, 01:04:33 PM
 #35

pre-mine and master nodes, i don't like this, good luck  Kiss
log0530
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
July 05, 2019, 02:39:19 PM
 #36

★Tragocoin Coin★
for mining at the 0769Pool

Code:
-a x16r -o stratum+tcp://pool.0769.it:3688 -u <WALLET> -p c=TRAGO
Nightman_77
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile
July 05, 2019, 03:43:40 PM
 #37

TragoCoin mining Pool with 0% fee

Pool link:http://pool.chainz.ge/

Code:
-a x16r -o stratum+tcp://pool.chainz.ge:3636 -u <wallet> -p c=TRAGO



Pool Telegram Support Group:
https://t.me/pool_chainz_ge


Pool.Chainz.ge Discord Channel
https://discord.gg/EzN7Rqh
marchigan (OP)
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
July 05, 2019, 03:44:30 PM
 #38

Private Sale Started
Private Sale Bonus 50% Coins:
Total coin for sales 200.000 TRAGO
Start time 5 July 2019
Ending Time 20 July 2019
Package 20.000 TRAGO + Bns 10.000 TRAGO, Total: 30.000 TRAGO
Price : 1 TRAGO = 0.15 USD
          20.000 TRAGO = 3000 USD

Buy at official Website https://www.tragocoin.com/#token
Limited Time, only held for 14 days!
Nightman_77
Newbie
*
Offline Offline

Activity: 67
Merit: 0


View Profile
July 05, 2019, 03:50:06 PM
 #39

TragoCoin mining Pool with 0% fee

Pool link:http://pool.chainz.ge/

Code:
-a x16r -o stratum+tcp://pool.chainz.ge:3636 -u <wallet> -p c=TRAGO



Pool Telegram Support Group:
https://t.me/pool_chainz_ge


Pool.Chainz.ge Discord Channel
https://discord.gg/EzN7Rqh
MATPAC
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 05, 2019, 03:56:36 PM
 #40

Dear Miners!

Welcome to https://pool.rig.tokyo !

Tokyo Pool has listed TRAGO!

Tokyo mining stratums:

Europe: -a x16r -o    stratum+tcp://eu.rig.tokyo:3644 -u <WALLET_ADDRESS>.%COMPUTERNAME% -p c=TRAGO
USA:    -a x16r -o    stratum+tcp://us.rig.tokyo:3644 -u <WALLET_ADDRESS>.%COMPUTERNAME% -p c=TRAGO
Asia:   -a x16r -o    stratum+tcp://asia.rig.tokyo:3644 -u <WALLET_ADDRESS>.%COMPUTERNAME% -p c=TRAGO

About pool:
 - advanced autodiff algo - it will give you more profit!
 - hourly payouts
 - no registration is required
 - telegram support  (english)  -  https://t.me/tokyo_pool_en
 - telegram support  (russian) -  https://t.me/tokyo_pool
 - discord support - https://discord.gg/dynBa7c


Enjoy the profit!
Pages: « 1 [2] 3 4 5 6 7 »  All
  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!