Bitcoin Forum
April 19, 2024, 08:08:18 AM *
News: Latest Bitcoin Core release: 26.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 »
  Print  
Author Topic: [ANN] [TRTL] TurtleCoin - Cowabunga Dudes!  (Read 44334 times)
FFI2013
Hero Member
*****
Offline Offline

Activity: 906
Merit: 507


View Profile
April 21, 2018, 05:28:59 AM
 #401

I think a name change would be the way to go because I didnt look at this coin at all because of the name it just kept popping up here and there than today I checked it out the wallet is cool the community and Dev seams committed I think if you rename this coin it'll take off
1713514098
Hero Member
*
Offline Offline

Posts: 1713514098

View Profile Personal Message (Offline)

Ignore
1713514098
Reply with quote  #2

1713514098
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713514098
Hero Member
*
Offline Offline

Posts: 1713514098

View Profile Personal Message (Offline)

Ignore
1713514098
Reply with quote  #2

1713514098
Report to moderator
1713514098
Hero Member
*
Offline Offline

Posts: 1713514098

View Profile Personal Message (Offline)

Ignore
1713514098
Reply with quote  #2

1713514098
Report to moderator
SoreGums
Full Member
***
Offline Offline

Activity: 129
Merit: 100



View Profile
April 21, 2018, 02:10:47 PM
 #402

“Weekend Roundup (Apr 14, 2018)” @_turtlecoin https://medium.com/@turtlecoin/weekend-roundup-apr-14-2018-57a21d6bd9a

Not dead, or game over.

Name change unlikely.

Come join us over on discord.
This ANN thread's purpose is to get you into Discord or Github.

New RainBorg launched this week, that's pettpretty cool

See you in Discord https://discord.gg/z9W6fc4
SoreGums
Full Member
***
Offline Offline

Activity: 129
Merit: 100



View Profile
April 21, 2018, 05:53:06 PM
 #403

i use GUI valet. and i not have  history transaction .

i send today TRTL on exchange and i not received . Now admin  ask paymant ID but in GUI valet  not history and i not see pamynt id and transaction ID

How i see transaction ID?

i try CLI but demon not start. i have last deamon and last gui. Gui work ok but CLI not
i click on walletd.exe or TurtleCoind.exe but open and close in 1 sec. simlewalletopen but not work without deamon.

any help?

Stick with v0.4.2 until next release.
v0.4.3 has an issue with older CPU's - it has been fixed in master.
serhanni
Full Member
***
Offline Offline

Activity: 686
Merit: 100


View Profile
April 21, 2018, 08:10:17 PM
 #404

Is there any exchange other than tradeogre.com available? Cryptunit shows turtlecoin as most profitable at the moment.
tbearhere
Legendary
*
Offline Offline

Activity: 3122
Merit: 1003



View Profile
April 21, 2018, 08:15:22 PM
 #405

Code:
{
    "algo": "cryptonight_lite",
    "background": false,
    "colors": true,
    "donate-level": 1.0,
    "log-file": null,
    "print-time": 60,
    "retries": 5,
    "retry-pause": 5,
    "threads": [
        {
            "index": 0,
            "threads": 8,
            "blocks": 30,
            "bfactor": 8,
            "bsleep": 25,
            "affine_to_cpu": false
        },
        {
            "index": 1,
            "threads": 8,
            "blocks": 30,
            "bfactor": 8,
            "bsleep": 25,
            "affine_to_cpu": false
        }
    ],
    "pools": [
        {
            "url": "turtle.ingest.cryptoknight.cc:4901",
            "user": "myaddy",
            "pass": "x",
            "keepalive": true,
            "nicehash": false,
            "variant": -1
        },
        {
            "url": "indeedminers.eu:3333",
            "user": "xmrig",
            "pass": "x",
            "keepalive": true,
            "nicehash": true,
            "variant": -1
        }
    ],
    "api": {
        "port": 0,
        "access-token": null,
        "worker-id": null
    }
}

Still won't mine. Undecided

As far as I can see there are two errors in your config:
(1) "algo": "cryptonight_lite" should be "algo": "cryptonight-lite"
(2) "variant": -1 should be  "variant": 1.
Below is my config and it works fine (used with xmrig-amd-2.6.0-beta1-win64, but should be same for Nvidia).

Code:
 {
    "algo": "cryptonight-lite",
    "background": false,
    "colors": true,
    "donate-level": 1,
    "log-file": null,
    "print-time": 60,
    "retries": 5,
    "retry-pause": 5,
    "opencl-platform": 0,
    "threads": [
        {
            "index": 0,
            "intensity": 960,
            "worksize": 8,
            "affine_to_cpu": false
        }
    ],
    "pools": [
        {
            "url": "trtl.mine2gether.com:4445",
            "user": "TRTLuyutR26cP4XeszHQFMBjHV96Qn9UxAD3dzhUv2JgAANuzeJpQqqJnP8M2pB1UGDJ7kJnBx16mVHwEmbU3BqvfQ3GdKBsgZ2",
            "pass": "x",
            "keepalive": true,
            "nicehash": false,
            "variant": 1
        }
    ],
    "api": {
        "port": 0,
        "access-token": null,
        "worker-id": null
    }
}


Thx Smiley  I changed the algo and v1 but it still won't mine. Your config is very different.  I'll have to wait for ccminer.
ZoZ54
Newbie
*
Offline Offline

Activity: 20
Merit: 1


View Profile
April 21, 2018, 08:24:02 PM
 #406

Hi,

We opened a new pool : https://turtle.europools

0.5% Fees
Bot Discord
Server 1Gbps

Join us Smiley

fahbil
Member
**
Offline Offline

Activity: 126
Merit: 51


View Profile
April 21, 2018, 08:29:01 PM
 #407

“Weekend Roundup (Apr 14, 2018)” @_turtlecoin https://medium.com/@turtlecoin/weekend-roundup-apr-14-2018-57a21d6bd9a

Not dead, or game over.

Name change unlikely.

Come join us over on discord.
This ANN thread's purpose is to get you into Discord or Github.

New RainBorg launched this week, that's pettpretty cool

See you in Discord https://discord.gg/z9W6fc4
name change will not going to help this project, lower the supply and/or get it listed on the major exchange (do ico or whatever to get the fund).

Bitcointalk Mobile Friendly App for Android
Diskusi Prospek Coin Karya Anak Bangsa Pundi X (NPXS)
Hakamoto
Full Member
***
Offline Offline

Activity: 252
Merit: 100



View Profile
April 21, 2018, 08:34:48 PM
Last edit: April 22, 2018, 06:56:52 PM by Hakamoto
 #408

Hi, Turtlecoin very promising coin and very actively moves ahead!
The rating of Turtlecoin is high, very much it is pleasant to me

m0rpheus04
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 21, 2018, 08:39:16 PM
 #409

“Weekend Roundup (Apr 14, 2018)” @_turtlecoin https://medium.com/@turtlecoin/weekend-roundup-apr-14-2018-57a21d6bd9a

Not dead, or game over.

Name change unlikely.

Come join us over on discord.
This ANN thread's purpose is to get you into Discord or Github.

New RainBorg launched this week, that's pettpretty cool

See you in Discord https://discord.gg/z9W6fc4
name change will not going to help this project, lower the supply and/or get it listed on the major exchange (do ico or whatever to get the fund).


Agreed!
wudafuxup
Full Member
***
Offline Offline

Activity: 391
Merit: 105



View Profile
April 22, 2018, 01:31:59 AM
 #410

Nothing will save this project unless they burn like 60% of the supply. The 2 decimal logic is flawed.

I like crypto
SoreGums
Full Member
***
Offline Offline

Activity: 129
Merit: 100



View Profile
April 22, 2018, 11:44:59 AM
 #411

Nothing will save this project unless they burn like 60% of the supply. The 2 decimal logic is flawed.

You guys complaining about "1 Trillion number too big", need to then explain and start complaining about bitcoin's 21x larger supply. no? Bitcoin's 21x larger number is fine? Ok then....


https://imgur.com/gallery/2tYeV

Refuting facts is not the best way to get people on your side.

---

There won't be an ICO.
Project isn't ready for a major exchange.

Comments around these topics above are why this project exists.
It's about the tech and enabling, rather than pumping, dumping/exiting.
Weird I know....
Mattthev
Sr. Member
****
Offline Offline

Activity: 966
Merit: 359


👉MINING-BIOS.eu💲⛏


View Profile WWW
April 22, 2018, 02:23:05 PM
 #412

We have included TRTL in our fork of XMR-STAK with only 1% dev fee. Let me know if any problem.
https://github.com/IndeedMiners/xmr-aeon-stak/releases

Mining Bios with Performance Timings 👍 Mining-Bios.euPBE 1.7PBE 3 PRO👌⛏│AFFILIATE system 10% ref 💰💲BTC│👉 XMR-AEON-STAK 🔝⛏ Monero V9 (CNv4) ✅│XMRig AMD🔝⛏ CNv4 ✅
FIAT from BINANCE to REVOLUT 💳│🚀Upcoming/Active ICO list📈🤑│👉Free Bitcoin BTC Faucet💰💲│Guides:RX 470/480/570/580, VEGA Bios Mod Tutorial - SRB, PBE 💰💲│PBE.eu
CRYPTO to FIAT BTC💲💳│ How to Mine XMR/RYO and CN coins + Miners Downloads💰⛏│Guides:How to Mine AEON💰⛏
monerobiosedit@gmail.com│✅Did I help you? Give me some +Merit 🤜🤛👌
neosi1
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile WWW
April 22, 2018, 04:13:01 PM
 #413

Is https://trtl.mine2gether.com/# down for anyone else or is it just me ?
wudafuxup
Full Member
***
Offline Offline

Activity: 391
Merit: 105



View Profile
April 22, 2018, 11:02:50 PM
 #414

Nothing will save this project unless they burn like 60% of the supply. The 2 decimal logic is flawed.

You guys complaining about "1 Trillion number too big", need to then explain and start complaining about bitcoin's 21x larger supply. no? Bitcoin's 21x larger number is fine? Ok then....


https://imgur.com/gallery/2tYeV

Refuting facts is not the best way to get people on your side.

---

There won't be an ICO.
Project isn't ready for a major exchange.

Comments around these topics above are why this project exists.
It's about the tech and enabling, rather than pumping, dumping/exiting.
Weird I know....

Lmao nobody is refuting anything. That chart is the biggest missleading pile of shart. When was the last time you sent a .00000001 BTC transfer to anyone? You can't even make a bitcoin transfer utilizing those decimal values. TX fees on BTC are ~ .00025 BTC so unless you own .00026 you can even move it anywhere.

Yes no shit the math "technically" makes sense but that's not how crypto works. Flawed logic.

I like crypto
editfmah (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 87
Merit: 5


View Profile
April 23, 2018, 09:07:23 AM
 #415


Lmao nobody is refuting anything. That chart is the biggest missleading pile of shart. When was the last time you sent a .00000001 BTC transfer to anyone? You can't even make a bitcoin transfer utilizing those decimal values. TX fees on BTC are ~ .00025 BTC so unless you own .00026 you can even move it anywhere.

Yes no shit the math "technically" makes sense but that's not how crypto works. Flawed logic.

No, thats how economics works.  And your argument about charges is a structural problem with Bitcoin and it's value, not a generalised problem.  If you could never use or spend 1 satoshi, then why have it?  To argue anything else would be ridiculous in the extreme.
gomarez
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
April 23, 2018, 11:01:25 AM
 #416

Hi devs,
any coin burn in future?
Tyler2446
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
April 23, 2018, 06:17:44 PM
 #417

I've clicked in the link but nothing happen. Isn’t it working now?
neosi1
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile WWW
April 23, 2018, 11:14:20 PM
 #418

I've clicked in the link but nothing happen. Isn’t it working now?

Which link ??
editfmah (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 87
Merit: 5


View Profile
April 24, 2018, 01:49:49 PM
 #419

Hi devs,
any coin burn in future?

Nothing planned as far as I know, although it was mentioned on the community forum.  Not sure about the status of that.
calvinwch
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
April 24, 2018, 05:53:03 PM
 #420

no miner?
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 »
  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!