Pages:
Author

Topic: [ANN][OC] ONECOIN | NO PREMINE | FAIR LAUNCH | SHA256 TRIPLE - page 34. (Read 43851 times)

hero member
Activity: 746
Merit: 500
Nodes ?

First one is mine, the others are connected to me at the moment:

Code:
addnode=104.223.117.230
addnode=93.103.41.29
addnode=89.142.75.86
addnode=193.164.140.162
addnode=83.33.41.130
addnode=93.103.41.29
addnode=31.173.243.35
addnode=178.41.55.144
addnode=94.34.166.147
addnode=70.31.26.190
addnode=84.54.157.147
addnode=92.190.194.160
addnode=89.142.78.231
addnode=82.140.255.78
addnode=185.52.142.245
addnode=95.181.43.146
full member
Activity: 366
Merit: 100
hero member
Activity: 746
Merit: 500
There is not many miners out there yet. Got 2 blocks already on my i7 cpu laptop in about 30minutes of mining.

I wonder how high the difficulty will go once the reward starts Smiley
hero member
Activity: 590
Merit: 500
i like the concep, but you are using the name of a coin that some people associate with scammy business.

If you can add the coin to more exchanges and create a economy then it can be a great thing

 Roll Eyes
legendary
Activity: 3122
Merit: 1102
Leading Crypto Sports Betting & Casino Platform
Fucking in your coin is SHA256T.
Shit.

Oh come on now... no need to trash a coin that has excellent?? well has good??  ... it does have a Huh??
all summed up, has the github blocked and has a wallet that cant mine and people that well ==like above!
im not seeing a gracious arrival or rival to even a crap coin!
too many issues and too many reasons to enjoy dropping the bomb on this project!
and just for basic info of the retarded population...
everything has already been said and to get someone to stop criticizing so deeply; you have to PROVE them wrong.
if your unable then dont expect for this to be a bed of roses for your ANN Thread.

Github account is back. Some onecoiner or maybe you reported it and it got flagged. After the github admin review it is back because of course there is nothing wrong with the code, the wallet or anything else.

And mining works perfectly from the wallet. Just use setgenerate true

If pool operators mistakingly thought that a different algo will just maybe work because the name sounds simmilar that is not a problem with the coin and it does not mean that it can not be mined.

if i was the one to report or not i have serious doubts that you will ever know who did report so it is as worthless as this coin to try and find out who did it!your spinning wheels and its not working good for you! you might want to consider abandonment since your spiral downward is catching up to you!
newbie
Activity: 27
Merit: 0
Fucking in your coin is SHA256T.
Shit.

Oh come on now... no need to trash a coin that has excellent?? well has good??  ... it does have a Huh??
all summed up, has the github blocked and has a wallet that cant mine and people that well ==like above!
im not seeing a gracious arrival or rival to even a crap coin!
too many issues and too many reasons to enjoy dropping the bomb on this project!
and just for basic info of the retarded population...
everything has already been said and to get someone to stop criticizing so deeply; you have to PROVE them wrong.
if your unable then dont expect for this to be a bed of roses for your ANN Thread.

Github account is back. Some onecoiner or maybe you reported it and it got flagged. After the github admin review it is back because of course there is nothing wrong with the code, the wallet or anything else.

And mining works perfectly from the wallet. Just use setgenerate true

If pool operators mistakingly thought that a different algo will just maybe work because the name sounds simmilar that is not a problem with the coin and it does not mean that it can not be mined.
newbie
Activity: 27
Merit: 0
Seems that sha256T (tripple) is not working with 'normal' miners?
All invalid shares on my pool.

SHA256D working fine.
Need more info about that "tripple"

Removed coin by now.

Regards!
TheMiningPool


Of course it does not work with "normal" miners, why would it? Its a different algorithm.

See here, the first is sha256d and the second one is sha256t:

https://github.com/theone-and-not-only-coin/onecoin/blob/master/src/hash.h#L14-L36

Code:
template
inline uint256 Hash(const T1 pbegin, const T1 pend)
{
    static unsigned char pblank[1];
    uint256 hash1;
    SHA256((pbegin == pend ? pblank : (unsigned char*)&pbegin[0]), (pend - pbegin) * sizeof(pbegin[0]), (unsigned char*)&hash1);
    uint256 hash2;
    SHA256((unsigned char*)&hash1, sizeof(hash1), (unsigned char*)&hash2);
    return hash2;
}

template
inline uint256 Hash_sha256t(const T1 pbegin, const T1 pend)
{
    static unsigned char pblank[1];
    uint256 hash1;
    SHA256((pbegin == pend ? pblank : (unsigned char*)&pbegin[0]), (pend - pbegin) * sizeof(pbegin[0]), (unsigned char*)&hash1);
    uint256 hash2;
    SHA256((unsigned char*)&hash1, sizeof(hash1), (unsigned char*)&hash2);
    uint256 hash3;
    SHA256((unsigned char*)&hash2, sizeof(hash2), (unsigned char*)&hash3);
    return hash3;
}

Extra round of sha256, making existing ASICs useless for this coin. sha256d will not work
legendary
Activity: 3122
Merit: 1102
Leading Crypto Sports Betting & Casino Platform
Fucking in your coin is SHA256T.
Shit.

Oh come on now... no need to trash a coin that has excellent?? well has good??  ... it does have a Huh??
all summed up, has the github blocked and has a wallet that cant mine and people that well ==like above!
im not seeing a gracious arrival or rival to even a crap coin!
too many issues and too many reasons to enjoy dropping the bomb on this project!
and just for basic info of the retarded population...
everything has already been said and to get someone to stop criticizing so deeply; you have to PROVE them wrong.
if your unable then dont expect for this to be a bed of roses for your ANN Thread.

sr. member
Activity: 392
Merit: 250
Fucking in your coin is SHA256T.
Shit.
hero member
Activity: 746
Merit: 500
I have a major stake in it so lets not. This smells like a scam but I like taking part in scam fests. One of the most notable cons of this coin is its infinite supply which makes traditional pumping / dumping practices fruitless as I can generate as more tokens as I wish and slowly dump them at a consensus price like I did with ETH.

How do you figure? From what I checked it has reward halving, which usually means a limited supply... ?
hero member
Activity: 546
Merit: 500
seems riddles
 Grin Grin Grin Grin
sr. member
Activity: 644
Merit: 250
Seems that sha256T (tripple) is not working with 'normal' miners?
All invalid shares on my pool.

SHA256D working fine.
Need more info about that "tripple"

Removed coin by now.

Regards!
TheMiningPool
full member
Activity: 238
Merit: 100
How can you control the coin for make a launch?
I mean.. we have sources and wallet and connection... why cannot mine it yet?

Thanks!




Try to mine and check the error msg Smiley

Ocminer, do you have a stratum cpu miner ready?  Grin You are usually the first one on coins like this.

Yes, everything ready.

But since the rewards are 0 for the first 500 blocks you don't have to be in a hurry - you have 3 more days until rewards kick in.

If everything goes right, I'll publish everything shortly before that.

let me first see how the launch goes, the wallet is working, the nodes .. no forks etc Wink

Agree Smiley
No rush here.
I have all ready also in my pool.
Will publish ports at launch or tomorrow Smiley


Ready here too, mite... lets prepare some hashes Cheesy
hero member
Activity: 592
Merit: 500
How can you control the coin for make a launch?
I mean.. we have sources and wallet and connection... why cannot mine it yet?

Thanks!




Try to mine and check the error msg Smiley

Ocminer, do you have a stratum cpu miner ready?  Grin You are usually the first one on coins like this.

Yes, everything ready.

But since the rewards are 0 for the first 500 blocks you don't have to be in a hurry - you have 3 more days until rewards kick in.

If everything goes right, I'll publish everything shortly before that.

let me first see how the launch goes, the wallet is working, the nodes .. no forks etc Wink

Just realized. This is your coin now. Ticker OC haha Cheesy

I have a major stake in it so lets not. This smells like a scam but I like taking part in scam fests. One of the most notable cons of this coin is its infinite supply which makes traditional pumping / dumping practices fruitless as I can generate as more tokens as I wish and slowly dump them at a consensus price like I did with ETH.
sr. member
Activity: 644
Merit: 250
How can you control the coin for make a launch?
I mean.. we have sources and wallet and connection... why cannot mine it yet?

Thanks!




Try to mine and check the error msg Smiley

Ocminer, do you have a stratum cpu miner ready?  Grin You are usually the first one on coins like this.

Yes, everything ready.

But since the rewards are 0 for the first 500 blocks you don't have to be in a hurry - you have 3 more days until rewards kick in.

If everything goes right, I'll publish everything shortly before that.

let me first see how the launch goes, the wallet is working, the nodes .. no forks etc Wink

Agree Smiley
No rush here.
I have all ready also in my pool.
Will publish ports at launch or tomorrow Smiley
hero member
Activity: 746
Merit: 500
How can you control the coin for make a launch?
I mean.. we have sources and wallet and connection... why cannot mine it yet?

Thanks!




Try to mine and check the error msg Smiley

Ocminer, do you have a stratum cpu miner ready?  Grin You are usually the first one on coins like this.

Yes, everything ready.

But since the rewards are 0 for the first 500 blocks you don't have to be in a hurry - you have 3 more days until rewards kick in.

If everything goes right, I'll publish everything shortly before that.

let me first see how the launch goes, the wallet is working, the nodes .. no forks etc Wink

Just realized. This is your coin now. Ticker OC haha Cheesy
hero member
Activity: 1472
Merit: 505
We are cryptocurrency
Watching this thread for few almost two weeks now and am still not really shure i wanna get involved. Was asking around on FB if this could possibly be an attempt by onecoin to establish an actuall blockchain but from the looks of it its not yet noone gave any replies.
The coin itself however has some very interesting charateristics. It cought the attention of @BlockchainDynamics show as well "OneCoin 1:03:26" https://goo.gl/cHiqaf.
Checking onecoin websites right now and no announcments so it most likely is not sponsored/driven by the onecoin staff.
Will check back tomorrow just out of curiosity.

This aint no endorsment or anything but if it launches might as well mine it for a bit since there is not gpu miner yet.
PS: Doesn any other cryptocoin have this implemented?

Quote
Proof of Stake:
- NO REWARD, ONLY TRANSACTION FEES
- A Stake will occur ONLY IF there is a transaction in the mempool that is paying the fee

One thing is for shure best looking dev so far. Clearly a male by the nature of writing but still Kim Basinger  Cheesy

legendary
Activity: 2660
Merit: 1240
How can you control the coin for make a launch?
I mean.. we have sources and wallet and connection... why cannot mine it yet?

Thanks!




Try to mine and check the error msg Smiley

Ocminer, do you have a stratum cpu miner ready?  Grin You are usually the first one on coins like this.

Yes, everything ready.

But since the rewards are 0 for the first 500 blocks you don't have to be in a hurry - you have 3 more days until rewards kick in.

If everything goes right, I'll publish everything shortly before that.

let me first see how the launch goes, the wallet is working, the nodes .. no forks etc Wink
hero member
Activity: 746
Merit: 500
How can you control the coin for make a launch?
I mean.. we have sources and wallet and connection... why cannot mine it yet?

Thanks!




Try to mine and check the error msg Smiley

Ocminer, do you have a stratum cpu miner ready?  Grin You are usually the first one on coins like this.
legendary
Activity: 2660
Merit: 1240
How can you control the coin for make a launch?
I mean.. we have sources and wallet and connection... why cannot mine it yet?

Thanks!




Try to mine and check the error msg Smiley
Pages:
Jump to: