Bitcoin Forum
May 03, 2024, 04:51:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 [4] 5 6 7 8 9 »  All
  Print  
Author Topic: [ANN] Tianhe 天河 [TIA] POW ONLY | LYRA2REv2 | No ICO/Premine | Ninja Launched  (Read 14253 times)
Bawaler
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile WWW
September 14, 2015, 02:35:55 PM
 #61


The Github page seems to be still private, so had to check bitbucket.

True, the algo is changed to Lyra2REv2, you're right. Still, a concensus should be achieved that two coins can't have same Protocol version in the wallet, Base58 addressing and same pchMessages.

Can't have two wallets that can see each other.

If the developer is not changing at least two of those, pchmessage magics and the addressing, hope at least Lyrabar developer makes the old protocol version incompatible in their updates with the version Tianhe have.

I can't host you a pool if those are not met, the stratum will not work because I'm already running a LYB Pool on the poolserver.

At this start point of your chain, modifications that only supports your coin are very recommended. Not a big deal to start from beginning.

⌘ This ain't just a symbol of a PoI ⌘
I recommend Yourserver.se VPS for hosting, pay with BTC.
1714711910
Hero Member
*
Offline Offline

Posts: 1714711910

View Profile Personal Message (Offline)

Ignore
1714711910
Reply with quote  #2

1714711910
Report to moderator
1714711910
Hero Member
*
Offline Offline

Posts: 1714711910

View Profile Personal Message (Offline)

Ignore
1714711910
Reply with quote  #2

1714711910
Report to moderator
1714711910
Hero Member
*
Offline Offline

Posts: 1714711910

View Profile Personal Message (Offline)

Ignore
1714711910
Reply with quote  #2

1714711910
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714711910
Hero Member
*
Offline Offline

Posts: 1714711910

View Profile Personal Message (Offline)

Ignore
1714711910
Reply with quote  #2

1714711910
Report to moderator
1714711910
Hero Member
*
Offline Offline

Posts: 1714711910

View Profile Personal Message (Offline)

Ignore
1714711910
Reply with quote  #2

1714711910
Report to moderator
guppy
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
September 14, 2015, 02:40:49 PM
 #62

not working on 32bit windows ? Sad
upsidedown75
Legendary
*
Offline Offline

Activity: 1288
Merit: 1036



View Profile
September 14, 2015, 02:49:25 PM
 #63

Please provide more information about the coin and what it is about. There is too less information in the opening post.
gjhiggins
Legendary
*
Offline Offline

Activity: 2254
Merit: 1278



View Profile WWW
September 14, 2015, 02:52:33 PM
 #64

At least change main values from Lyrabar, pchMessageStart hex's and too many values are identical with Lyrabar.
    unsigned char pchMessageStart[4] = { 0x4d, 0x4d, 0x4d, 0x4d };

That is for TestNet as you can see

I think you missed the second reference to pchMessageStart - which is mainnet not testnet and it is identical to LyraBar's:

https://bitbucket.org/tianhecoin/tianhe/src/26cbc6da4ce865f787947fff868e355b232d20c8/src/main.cpp?at=master&fileviewer=file-view-default#main.cpp-3350

https://github.com/Lyrabar/Lyrabar/blob/master/src/main.cpp#L3365


and so are the PUBKEY_ADDRESS and SCRIPT_ADDRESS values:


https://bitbucket.org/tianhecoin/tianhe/src/26cbc6da4ce865f787947fff868e355b232d20c8/src/base58.h?at=master&fileviewer=file-view-default#base58.h-275
https://github.com/Lyrabar/Lyrabar/blob/master/src/base58.h#L275

Not good news, I'm afraid.

Cheers

Graham



Bawaler
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile WWW
September 14, 2015, 03:10:52 PM
 #65

At least change main values from Lyrabar, pchMessageStart hex's and too many values are identical with Lyrabar.
    unsigned char pchMessageStart[4] = { 0x4d, 0x4d, 0x4d, 0x4d };

That is for TestNet as you can see

I think you missed the second reference to pchMessageStart - which is mainnet not testnet and it is identical to LyraBar's:

https://bitbucket.org/tianhecoin/tianhe/src/26cbc6da4ce865f787947fff868e355b232d20c8/src/main.cpp?at=master&fileviewer=file-view-default#main.cpp-3350

https://github.com/Lyrabar/Lyrabar/blob/master/src/main.cpp#L3365


and so are the PUBKEY_ADDRESS and SCRIPT_ADDRESS values:


https://bitbucket.org/tianhecoin/tianhe/src/26cbc6da4ce865f787947fff868e355b232d20c8/src/base58.h?at=master&fileviewer=file-view-default#base58.h-275
https://github.com/Lyrabar/Lyrabar/blob/master/src/base58.h#L275

Not good news, I'm afraid.

Cheers

Graham


That clarifes out more what I mean. It's really nice to see new coins and will host a pool for this if main parameters will be repaired.
Developers just should make sure everything is working the right way and not make clients that confuses a working coin's chain or its testnet.

⌘ This ain't just a symbol of a PoI ⌘
I recommend Yourserver.se VPS for hosting, pay with BTC.
Tianhe (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
September 14, 2015, 03:11:42 PM
 #66

At least change main values from Lyrabar, pchMessageStart hex's and too many values are identical with Lyrabar.
    unsigned char pchMessageStart[4] = { 0x4d, 0x4d, 0x4d, 0x4d };

That is for TestNet as you can see

I think you missed the second reference to pchMessageStart - which is mainnet not testnet and it is identical to LyraBar's:

https://bitbucket.org/tianhecoin/tianhe/src/26cbc6da4ce865f787947fff868e355b232d20c8/src/main.cpp?at=master&fileviewer=file-view-default#main.cpp-3350

https://github.com/Lyrabar/Lyrabar/blob/master/src/main.cpp#L3365


and so are the PUBKEY_ADDRESS and SCRIPT_ADDRESS values:


https://bitbucket.org/tianhecoin/tianhe/src/26cbc6da4ce865f787947fff868e355b232d20c8/src/base58.h?at=master&fileviewer=file-view-default#base58.h-275
https://github.com/Lyrabar/Lyrabar/blob/master/src/base58.h#L275

Not good news, I'm afraid.

Cheers

Graham


That clarifes out more what I mean. It's really nice to see new coins and will host a pool for this if main parameters will be repaired.
Developers just should make sure everything is working the right way and not make clients that confuses a working coin's chain or its testnet.

I will change that ASAP. Thanks
Sir_Astral
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
September 14, 2015, 03:33:42 PM
 #67

waiting for pool...
Bawaler
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile WWW
September 14, 2015, 05:19:38 PM
 #68

waiting for pool...

waiting for a new source to host one

⌘ This ain't just a symbol of a PoI ⌘
I recommend Yourserver.se VPS for hosting, pay with BTC.
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 14, 2015, 05:20:50 PM
 #69

waiting for pool...

I can host one but I see no reason yet...

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Sir_Astral
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
September 14, 2015, 06:18:58 PM
 #70

Dev?
Tianhe (OP)
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
September 14, 2015, 07:08:34 PM
 #71

UPDATE IMMEDIATELY!

https://mega.nz/#!BFRzFRBR!KrhcGC4jZG5U-wb2xmF_PyPVhSuufJ_dfHz8vJ-ZD7c


Protocol version changed, magic byte changed.

sourcecode updated.

Please note, if the wallet stuck on block 677 please remove old chain and resync.
snipsnoop
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


View Profile
September 14, 2015, 07:25:54 PM
 #72

UPDATE IMMEDIATELY!

https://mega.nz/#!BFRzFRBR!KrhcGC4jZG5U-wb2xmF_PyPVhSuufJ_dfHz8vJ-ZD7c


Protocol version changed, magic byte changed.

sourcecode updated.

Please note, if the wallet stuck on block 677 please remove old chain and resync.
Great thanks for that.
BanzaiBTC
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Chipcoin Developer


View Profile WWW
September 14, 2015, 08:22:35 PM
 #73

UPDATE IMMEDIATELY!

https://mega.nz/#!BFRzFRBR!KrhcGC4jZG5U-wb2xmF_PyPVhSuufJ_dfHz8vJ-ZD7c


Protocol version changed, magic byte changed.

sourcecode updated.

Please note, if the wallet stuck on block 677 please remove old chain and resync.

I will update the explorer when I get home Wink
snipsnoop
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


View Profile
September 14, 2015, 09:06:52 PM
 #74

Hashrate is still going up.. Not getting many blocks anymore sadly
itismoney4me
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
September 14, 2015, 09:18:50 PM
 #75

according to explorer, Top 1 has only 1750 TIA and I solo mined 8 blocks (200 TIA) with CPU in about 4 hours. It seems we have a fair lunch with a tiny pre-mine coins. Good luck Devs I will mine TIA when I get my new GPU  Grin
tamara163
Legendary
*
Offline Offline

Activity: 1027
Merit: 1000


View Profile
September 14, 2015, 09:49:28 PM
 #76



{
"blocks" : 702,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.21040482,
"errors" : "Warning: Please check that your computer's date and time are correct! If your clock is wrong Tianhe will not work properly.",
"generate" : true,
"genproclimit" : 8,
"hashespersec" : 307123,
"networkhashps" : 7088988,
"pooledtx" : 0,
"testnet" : false
}
tamara163
Legendary
*
Offline Offline

Activity: 1027
Merit: 1000


View Profile
September 14, 2015, 09:55:14 PM
 #77

I still find the blocks on the CPU
z38630610
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
September 14, 2015, 10:33:55 PM
 #78

dev ,why no pool

▄█▀▀▀▀▀▀▀▀▀▀▀█▄
▄█▀▄███████████▄▀█▄
▄█▀▄███████████████▄▀█▄
▄█▀▄███████ ██ ████████▄▀█▄
█ ███████▄▄ ▌ ▄▄▄ ▀██████ █
█ █████████ ▌ ████ ██████ █
█ █████████ ▌ ▄▄▄▄ ▀█████ █
█ █████████ ▌ █████ █████ █
█ █████▄▀▀  ▌ ▀▀▀▀ ▄█████ █
▀█▄▀███████ ██ ████████▀▄█▀
▀█▄▀███████████████▀▄█▀
▀█▄▀███████████▀▄█▀
▀█▄▄▄▄▄▄▄▄▄▄▄█▀
.JINBI..

merges gold’s investment
holding value
with
blockchain technology
.
...T H E   G O L D E N   I C O...
.────────     WHITEPAPER     ────────.
▄█▀▀▀▀▀▀▀▀▀▀▀█▄
▄█▀▄███████████▄▀█▄
▄█▀▄███████████████▄▀█▄
▄█▀▄███████ ██ ████████▄▀█▄
█ ███████▄▄ ▌ ▄▄▄ ▀██████ █
█ █████████ ▌ ████ ██████ █
█ █████████ ▌ ▄▄▄▄ ▀█████ █
█ █████████ ▌ █████ █████ █
█ █████▄▀▀  ▌ ▀▀▀▀ ▄█████ █
▀█▄▀███████ ██ ████████▀▄█▀
▀█▄▀███████████████▀▄█▀
▀█▄▀███████████▀▄█▀
▀█▄▄▄▄▄▄▄▄▄▄▄█▀
DeGriz
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
September 14, 2015, 10:41:25 PM
 #79

Cant get ma GPUs on this mofo. Get some wierd RPC error when tries to submit :/
chris190
Legendary
*
Offline Offline

Activity: 1059
Merit: 1000



View Profile
September 14, 2015, 10:57:15 PM
 #80

You can mine with the algo of vertcoin(lyra2re) or not?

                  ▄▄
                 ████▄
                 ██████▄
                 ███ ▀███▄
         ▄████▄▄ ███   ▀███▄
       ▄████████████▄    ▀███▄
     ▄███▀ ███▀▀▀██████▄▄  ███
   ▄███▀  ███    ███ ▀▀███████
 ▄███▀    ███    ███     ▀███
████▄▄▄▄▄███▄▄▄▄  ▀  ▄▄▄▄███▄▄▄▄▄▄▄
█████████████████   █████████████████
  ▀▀▀▀▀▀▀███▀▀▀▀  ▄  ▀▀▀▀███▀▀▀▀▀████
        ███▄     ███    ███    ▄███▀
       ███████▄▄ ███    ███  ▄███▀
       ███  ▀▀██████▄▄▄███ ▄███▀
       ▀███▄    ▀████████████▀
         ▀███▄   ███ ▀▀████▀
           ▀███▄ ███
             ▀██████
               ▀████
                 ▀▀
4NEW
███
███  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █
███
THE WORLD'S FIRST TANGIBLE WASTE TO ENERGY BLOCKCHAIN
✥     ANN Thread     ✥     Whitepaper     ✥     Facebook     ✥     Twitter     ✥     Telegram     ✥

        ███
    █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
    █  ███
        ███

                                ███
                                ███
                                ███
                        ███  ███
                        ███  ███
                ███  ███  ███
                ███  ███  ███
        ███  ███  ███  ███
███  ███  ███  ███  ███
███  ███  ███  ███  ███
Pages: « 1 2 3 [4] 5 6 7 8 9 »  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!