Bitcoin Forum
May 30, 2024, 08:20:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
461  Alternate cryptocurrencies / Altcoin Discussion / Re: deleted thread on: May 06, 2014, 12:59:55 PM


nice one!
i like it


this is our submission:


we will submit another logo during day.





tips appreciated: SRN3roJ1HG1uFk6ffoiAaMC9pRboh6kAe8
462  Alternate cryptocurrencies / Altcoin Discussion / Re: deleted thread on: May 06, 2014, 12:52:25 PM
ANALYSIS-REPORT: SHIBECOIN
by bitsta, ra1nb0wdash & goldmann


dear shibe-community,

you maybe already know me or bitsta from the asiacoin-thread. it was us who detected
the asiacoin-scam. we got a lot of messages from SHIBE-users regarding an analysis of SHIBE.
well as there seems to be a huge interest in this coin, we have made a detailed analysis-report which
is going to be published on our new coming coinanalysis-website. This is the short report:


we have finished the analysis of shibecoin which consisted of:
  • hex debug (analysis of memory hops)
  • analysis of data/networkcommunication
  • analysis of sourcecodes
  • analysis of blockchain
  • setting up an 3rd party blockexplorer: http://blockexplorer.uni.me


1. hex debug:
analysing the memory-hops/hex debug of shibecoin-qt on windows & OSX 10.9.2
showed ordinary processcommunication with memory.

2. analysis of data/networkcommunication:
the seednodes are beeing requested form the seednode which is
hardcoded into the wallet. there is no other "hidden" communication
except the std. walletcommunication.
Code:
// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
    {"levitation", "levitation.theshibecoin.com"},
    {"magnetic", "magnetic.theshibecoin.com"},
    {"testnetfield", "testnetfield.theshibecoin.com"},
};

3. analysis of sourcecodes:
sourcecodes are clean and we can confirm that there are no hidden codes
or "edited" functions:
getinfo --> moneysupply is beeing requested by function ValueFromAmount();
Code:
obj.push_back(Pair("moneysupply",   ValueFromAmount(pindexBest->nMoneySupply)));
ValueFromAmount() is clean:
Code:
Value ValueFromAmount(int64 amount)
{
    return (double)amount / (double)COIN;
}
we also checked all other rpcfunctions and can confirm that they are all clean.

4. analysis of blockchain:
the analysis of the blockchain showed that all mined blocks contained the amounts
which are declared in the OP. No hidden "superblocks".

5. we set up an blockexplorer so you can make yourself sure everything is legit:
http://blockexplorer.uni.me    


summary: shibecoin is a 100% legit coin. there was a small instamine, but thats totally normal nowadays because some pools with huge miningpower start at low diff and therefore get a lot of blocks. there is a fair distribution of the coins over the network. we will release a TOP 100 list in the next few days.

tips appreciated: SV3eTFiVnuN478ESbjnA7WDQejcag3LFFa




 SHIBE GOING TO DA MOOOOOOON. such community. many professional. much WoW!
463  Alternate cryptocurrencies / Altcoin Discussion / Re: deleted thread on: May 06, 2014, 12:43:56 PM
fear uncertainty and doubt.

that is what i feel when.

1) scam dev changes coin size and specs.
2) block explorer is delayed/broken
3) same old pumper who pump all shitcoins are the onlys one happy about coin.
4) the dev is likely the same as asiacoin and others.
5) the coin is overpriced based on being scrypt pos.
6) the volume is fake and obv. manipulated at sllow moving exchange.
7) the coin is very poor copy of dogecoin using word that they invented
Cool the artworkd and branding is all amateur
9) no one will ever use this coiin seriously. no one.


those are my nine reasons i hate this fucking coin and all of u who pump it. stealing money from newbs and stupid people should be a crime. this coin and all who support it are the scums who steal our hard earned money again and again.

so, tell me now why it is u love this coin so much?


True that and I feel just same.... Dev didnt even spent some time to make a nice looking logo... and it just too weird whats going on with block explorer and block rewards being changed.... I really dont know what to say... its like a gamble 50% 50% to fail or win some profit on this... . ITs meaby profitable to mine this for now as any other new coin wich are mined heavily like this but investing money in this coin and hold is just too risky in my opinion at the moment.

ps. Doge coin team would inform everyone about this coin and it would be more professional coin than this, if they would be involved in this... . So far I just see someone using ''Shibe'' and doge logo just to attract people to buy this coin and mine coz its only POS very soon. I would predict that this coin could grow steady on this memes... and after the POS Begin it would be dumped heavily after week or two or would be pumped and then dumped to death.... .

scammers dont know how to make logos. they dont know shit except scamming. to da moon to da moon.

the people pumping this are just the scam dev using multiple accounts or paid pumpers (paid 1 cent per post obviously.)

this shitcoin has no chance of survival. one pump and out the door. there is a huge oversupply of the coins. block rewards are fucking huge! this coin is 1 sat only.


let s be honest guys. you don't know anything about cryptocoins. lol. you re spreading FUD and wrong informations.
i am sure you are just very frustrated that you don't understand this whole new techstuff and are simply to silly for that.
you don't have the intelligence to check this. or to understand it.

come back in 2 weeks and let s see whats going to happen.



btw - blockexplorer is working fine idiots. i think you re using IE. so no wonder you don't succed with connecting.



+1
464  Alternate cryptocurrencies / Altcoin Discussion / Re: deleted thread on: May 06, 2014, 12:37:44 PM
ANALYSIS-REPORT: SHIBECOIN
by bitsta, ra1nb0wdash & goldmann


dear shibe-community,

you maybe already know me or bitsta from the asiacoin-thread. it was us who detected
the asiacoin-scam. we got a lot of messages from SHIBE-users regarding an analysis of SHIBE.
well as there seems to be a huge interest in this coin, we have made a detailed analysis-report which
is going to be published on our new coming coinanalysis-website. This is the short report:


we have finished the analysis of shibecoin which consisted of:
  • hex debug (analysis of memory hops)
  • analysis of data/networkcommunication
  • analysis of sourcecodes
  • analysis of blockchain
  • setting up an 3rd party blockexplorer: http://blockexplorer.uni.me


1. hex debug:
analysing the memory-hops/hex debug of shibecoin-qt on windows & OSX 10.9.2
showed ordinary processcommunication with memory.

2. analysis of data/networkcommunication:
the seednodes are beeing requested form the seednode which is
hardcoded into the wallet. there is no other "hidden" communication
except the std. walletcommunication.
Code:
// DNS seeds
// Each pair gives a source name and a seed name.
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
    {"levitation", "levitation.theshibecoin.com"},
    {"magnetic", "magnetic.theshibecoin.com"},
    {"testnetfield", "testnetfield.theshibecoin.com"},
};

3. analysis of sourcecodes:
sourcecodes are clean and we can confirm that there are no hidden codes
or "edited" functions:
getinfo --> moneysupply is beeing requested by function ValueFromAmount();
Code:
obj.push_back(Pair("moneysupply",   ValueFromAmount(pindexBest->nMoneySupply)));
ValueFromAmount() is clean:
Code:
Value ValueFromAmount(int64 amount)
{
    return (double)amount / (double)COIN;
}
we also checked all other rpcfunctions and can confirm that they are all clean.

4. analysis of blockchain:
the analysis of the blockchain showed that all mined blocks contained the amounts
which are declared in the OP. No hidden "superblocks".

5. we set up an blockexplorer so you can make yourself sure everything is legit:
http://blockexplorer.uni.me    


summary: shibecoin is a 100% legit coin. there was a small instamine, but thats totally normal nowadays because some pools with huge miningpower start at low diff and therefore get a lot of blocks. there is a fair distribution of the coins over the network. we will release a TOP 100 list in the next few days.

tips appreciated: SV3eTFiVnuN478ESbjnA7WDQejcag3LFFa




SHIBE GOING TO DA MOOOOOOON. such community. many professional. much WoW!
465  Alternate cryptocurrencies / Altcoin Discussion / Re: deleted thread on: May 06, 2014, 09:56:24 AM
SHIBE BLOCKEXPLORER







tips appreciated: SRN3roJ1HG1uFk6ffoiAaMC9pRboh6kAe8
466  Alternate cryptocurrencies / Altcoin Discussion / Re: deleted thread on: May 06, 2014, 09:51:25 AM

we will submit another logo during day.






tips appreciated: SRN3roJ1HG1uFk6ffoiAaMC9pRboh6kAe8
467  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]AsiaCoin v2 [AC2] - IMPORTANT NOTICE on: May 04, 2014, 09:00:37 PM
IMPORTANT UPDATE

we got a lot of messages today regarding this project and seems that a lot of AC bagholder
don't want to see a new coin. Most of the AC community wants the old sources to be fixed
and patched. Therefore we are going to stop our work on ACv2.


some reasons:
  • We will never publish a release with the original AC scamwallet as codebase
  • We will not risk users to lose potential 30 million AC which were dumped
  • we don't know whats still hidden in the sources
  • big bagholders and active AC community-members don't want this


we are sorry to anounce this, but as you know, there is big responsibilty linked with
such a project. and in this case we won't take responsibility over other peoples money.

we wish you good luck!



468  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]AsiaCoin v2 [AC2] - PoS on: May 04, 2014, 03:50:32 PM
Hi, please tell us all what's so special about your new altcoin.

A lot of us have been getting burned lately.

Why should we invest time, hash, and resources into your new coin?

hi altcoinherald,

this coin will be developed and maintained by experienced coderz
and passionate cryptoguys.

this coin is a pure PoS coin with 160 million coins. This coins are
going to be exchanged for (old) AsiaCoins.

There will be no hidden premine.

Transparency from the beginning. and special support from many of us.

This project is made for the AC community which got scammed by the dev.

you ask whats special about this coin?
well, the community is special.

we will make a smooth relaunch. Official multipool, multiple (3rd party) blockexplorers,
professional code review by some altcoin devs (incl. bitsta, ra1nb0wdash and others).


How you will distribute ACv2 for AC? Have some kind of plan or you will do it manually for some kind of proof?

yes we are planning to make it manually and public via this thread.
we are going to request the wallet.dat OR privatekey of your old wallet.


I trust you, but not enough to supply my wallet.dat or private key!

Look up a better method or this is destined to certain failure!



like somebody else already posted you can keep your worthless coins if you don't trust us...

(btw - we detected the scam, we provided the first 3rd party explorer and we checked the sources
and confirmed the edited getvaluewithfee() - and you don't trust us? thats your problem)

You should be able to know how many AC coin in my wallet with single supply my AC address from my wallet!

Do not ask for much more than this! There are records of all transactions and balances! What more?


this is bullshit. anybody can claim that this address belongs to him/her...
thats NO proof that you re the legitimate owner of the coins.
469  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]AsiaCoin v2 [AC2] - PoS on: May 04, 2014, 02:36:19 PM
Goldmann you have my full support! Let's make history

Yeah, let's make a history, right? NO. You have bought AC when it was down from panic selling people, laughing them how noobish they are. Now you are a big AC bag holder who wants to dump your panic-bought AC on other unsuspecting people, who will buy this shit from you. I say stay away from this scam.

Self-moderated thread too. Let's see if your post stands.

we won't censor anything. so FUD, trollings, etc. all will stay on the
thread. but some things (like pandacoin advertisement, or quotes of endless lists need to be deleted
to be able to have an overview. )
470  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]AsiaCoin v2 [AC2] - PoS on: May 04, 2014, 01:07:13 PM
Community Dev Coin.

As a tribute to the DEV's That stept up from and for the community

nice idea. Smiley

we added a pool to the thread.
you can now vote. we will count the votes in 6h.

The new coin (wallets) will be ready to share in 12h.
471  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN]AsiaCoin v2 [AC2] - IMPORTANT NOTICE on: May 04, 2014, 12:20:57 PM
IMPORTANT UPDATE

we got a lot of messages today regarding this project and seems that a lot of AC bagholder
don't want to see a new coin. Most of the AC community wants the old sources to be fixed
and patched. Therefore we are going to stop our work on ACv2.


some reasons:
  • We will never publish a release with the original AC scamwallet as codebase
  • We will not risk users to lose potential 30 million AC which were dumped
  • we don't know whats still hidden in the sources
  • big bagholders and active AC community-members don't want this


we are sorry to anounce this, but as you know, there is big responsibilty linked with
such a project. and in this case we won't take responsibility over other peoples money.

we wish you good luck!



472  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AC]AsiaCoin - Version1.0.0.1 Released - Please Upgrade your wallet on: May 02, 2014, 12:53:09 PM
It's done, let's move on

Agreed. And relieved all seems to be OK.

agree. and hes doin a great job though.
thx for tha explorer. and keep it up. would be great to have an androidwallet.
473  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AC]AsiaCoin - Version1.0.0.1 Released - Please Upgrade your wallet on: May 01, 2014, 09:39:38 AM



  • realtime priceinformation
  • automated refresh evey 30 seconds
  • smartphonecompatible
  • more markets will be added soon



if you like it please donate some AC: AYcDkdqMtVApwbqznSmMEhBbGFuJEdRnkZ

+1

nice work!
i was looking for something like this.

p.s. i will donate when i am at home.
474  Alternate cryptocurrencies / Announcements (Altcoins) / Re: SHA256 coin WEARESATOSHI on: March 29, 2014, 11:35:54 PM
Hi all!
new stratum pool:
http://sha.mine-pool.net/was/
fee: 1%
please try!
Thanks!

i am waiting 2 weeks for my payout! whats going on!
please make my withdrawl!
475  Alternate cryptocurrencies / Announcements (Altcoins) / Re: SHA256 coin WEARESATOSHI on: March 18, 2014, 02:48:39 PM
Hi all!
new stratum pool:
http://sha.mine-pool.net/was/
fee: 1%
please try!
Thanks!

please respond to support message. i am having issue with manual payout.
476  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STA][SHA256] StashCoin - Exploring the bitcoin technology. LAUNCHED!!!!! on: March 09, 2014, 11:59:17 AM
I am almost sure who is behind this coin. they created another shitcoin 2 months ago.
they went to an exchange, unloaded their billions of coins, gained around 30-35btc and left. now that coin is still 0.00000001
now, I see the dev of that coin, mining this coin and the nickname of that dev is related to this coin.
Great.
I am not mining shitcoins of scammers

are you referring to CTM? (and the dev bitsta?)

hi wickedsick,

there are some depressive, frustrated trolls around. don't take them tooo serious.
lol. i am giving stashcoin a try with some of my mininpower. thats all..
if this coin was mine and i would ve released it with an fake nickname,
then be sure that i also would have used another nickname for mining..

btw - nobody of the CTM team has left. we are all hard working on CTM and will always be.
and there is no other coin for us..

cheers,
bitsta
477  Bitcoin / Hardware / Re: [Setup & Troubleshoot] Bitmain AntMiner S1 180GH/S miner on: February 28, 2014, 08:00:50 PM
Disable the NTP servers.

thanks for the fast reply.

i disabled NTP. but i still get the same output in the syslog. (rebootet, and dis- reconnected from PSU)

this is the syslog-output:





i just checked the running processes and it seems that the antminer is configured
to start ntpd automatically:



may this be the issue?

cheers
bitsta

478  Bitcoin / Hardware / Re: [Setup & Troubleshoot] Bitmain AntMiner S1 180GH/S miner on: February 28, 2014, 07:37:20 PM
hi,

my miner is powerd on, and i can connect via webinterface. but the antminer is not hashing.

In the syslog i see that the ntp is not syncing:


but i changed it already to:



so why it keeps trying the preconfigured ntp ??

i rebooted the antminer and i dis- and reconnected to PSU.
I have a "bequiet pure power 530W psu", it s connected to the antminer via 2 x pcie.


kindly
bitsta
479  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [INFO] ContinuumCoin [CTM] ★ CTM Community ∞ Information thread on: February 27, 2014, 09:57:41 AM
Hi,
Can you please fix the Mac wallet? It is not working from day one (on either OS X 10.9.0 or latest 10.9.2), and I believe the libdb_cxx-4.8.dylib is missing!

Process:         Continuumcoin-Qt [2335]
Path:            /Volumes/VOLUME/ContinuumCoin-Qt.app/Contents/MacOS/Continuumcoin-Qt
Identifier:      org.bitcoinfoundation.Bitcoin-Qt
Version:         Huh
Code Type:       X86-64 (Native)
Parent Process:  launchd [179]
Responsible:     Continuumcoin-Qt [2335]
Date/Time:       2014-02-26 21:27:53.341 -0500
OS Version:      Mac OS X 10.9.2 (13C64)
Report Version:  11
Crashed Thread:  0
Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
  Library not loaded: /opt/local/lib/db48/libdb_cxx-4.8.dylib
  Referenced from: /Volumes/VOLUME/ContinuumCoin-Qt.app/Contents/MacOS/Continuumcoin-Qt
  Reason: image not found

hi,

some users complained that libdb_cxx-4.8 is not loaded. But its linked to the app and also copied into it.
can you try copying the app to your system instead starting it from the .dmg image.
Otherwise the explanation below is a temporary solution for the issue. I am rebuilding the .app
to link the library again manually.

You can copy the libdb_cxx-4.8.dylib from the CTM.app framework into your /op/local/lib/:

type this 2 commands in your comandline (terminal):

Code:
sudo mkdir /opt/local/lib/db48

(cp copies the library into the folder. you have to be in the same directory your app is)
Code:
cp ContinuumCoin-Qt.app/Contents/Frameworks/libdb_cxx-4.8.dylib /opt/local/lib/db48

if you have any questions, don't hesitate to contact us.


cheers,
bitsta



480  Alternate cryptocurrencies / Mining (Altcoins) / Re: [WARNING] Cryptohub.org - Scam on: February 20, 2014, 04:00:22 PM
I begins to mine today and set the auto payout to "500.000" Coins.
I received more then 2 Mio Coins.
Till any hours the auto payout doesnt works and my mined Coins are over 80kk.
Manuel payout doesnt works too.

http://picload.org/image/ldowpla/unbenannt.png

I have stopped the mining there.

everything is working fine. And cryptohub is actually the biggest pool running.

jacoo and many other users just forget to add a autopayout to the accountsettings. this is important
as you can not withdraw when you are over 21 mio.

Anoxys pool is a great service.
The only thing i blame anoxy for is not beeing online enough.

@jacoo: CALLING crptohub a scam is UNPOLITE AND NOT NICE AT ALL!
They provide a great service! I bet you have made many many manual
payouts.. anyway, they will give you your coins!
i hope he makes this soon. I will contact him today again. guys sorry for the issues. Its not in my hand..


CRYPTOHUB IS WORKING FINE!! DON'T FORGET TO SET AUTOPAYOUT! IF YOUR ACCOUNT IS OVER 21 mio AND YOU HAVE NO AUTOPAYOUT YOU WILL NOT BE ABLE TO WITHDRAW!

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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!