Search content
Sort by

Showing 20 of 81 results by ynyjl
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GNT] Golem Project - The world’s most powerful supercomputer
by
ynyjl
on 21/02/2017, 09:26:50 UTC
GOLEM developer,
I am from China, my English is not very good.
I made a very serious mistake.
I learned that golem network was a perfect project and I was very interested in it, so I bought some money on the exchange (I'm not rich.)
My gelomcoin wrong address from the exchange, the exchange is https://www.yunbi.com/
From the exchange to GOLEM sent to the Contract Address: 0xa74476443119A942dE498590Fe1f2454d7D4aC0d
TxHash: 0xa94c92291341998fb63883d35365ad2b26d0b8f07d00c1b52d3b611aa3b8ae0a

Please help me find it back!
My wallet address is: 0xbB6Fd0F71d16b1dc52E920325b90289B5f2c83cA
thank you very much!
Wish golem nwework future a bright.

If you don't get any answers here, you may also want to try the Golem subreddit and ask the question there:-

https://www.reddit.com/r/GolemProject/

I hope you can find it back.  Smiley
Thank you!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GNT] Golem Project - The world’s most powerful supercomputer
by
ynyjl
on 21/02/2017, 01:27:23 UTC
GOLEM developer,
I am from China, my English is not very good.
I made a very serious mistake.
I learned that golem network was a perfect project and I was very interested in it, so I bought some money on the exchange (I'm not rich.)
My gelomcoin wrong address from the exchange, the exchange is https://www.yunbi.com/
From the exchange to GOLEM sent to the Contract Address: 0xa74476443119A942dE498590Fe1f2454d7D4aC0d
TxHash: 0xa94c92291341998fb63883d35365ad2b26d0b8f07d00c1b52d3b611aa3b8ae0a

Please help me find it back!
My wallet address is: 0xbB6Fd0F71d16b1dc52E920325b90289B5f2c83cA
thank you very much!
Wish golem nwework future a bright.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BBL]BitBlock|X15|Bittrex|Poloniex|Mandatory Update|New Thread
by
ynyjl
on 07/10/2014, 06:20:31 UTC
Bitblock0.9.10.2 wallet(not 0.9.11.5).
https://mega.co.nz/#!MVhlgagb!AzSKGgW2aMkHFtfS8cZbgkl7ZdTBT4q-57ECDrbRQ8I
nodes:
Code:
addnode=112.113.96.138
addnode=137.135.57.104:1024
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BBL]BitBlock|X15|Bittrex|Poloniex|Mandatory Update|New Thread
by
ynyjl
on 06/10/2014, 14:03:46 UTC
BBL will be back!
Old chain.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TAC] TalkCoin | Decentralized Communications Currency | NIST5
by
ynyjl
on 13/08/2014, 19:00:40 UTC
Value votedev(const Array& params, bool fHelp)
{
    if (fHelp || params.size() != 1)
        throw runtime_error(
            "votedev \n"
            "Percentage to be given to developers 0-5");

    if (nSubsidy <= 0)
        throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Invalid Subsidy");

    if (!(params[0].get_real() >= 0 && params[0].get_real() <= 5))
        throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid Percentage");

    int64 nVote2 = params[0].get_real() * COIN;

    CTalkcoinAddress address(DecodeBase64(GET_A_VOTE2(nBestHeight)));
    if (!address.IsValid())
        throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Talkcoin address");

    // Amount
    int64 nAmount = GET_V_VOTE(nBestHeight);

    // Wallet comments
    CWalletTx wtx;
    wtx.mapValue["to"] = "Talkcoin Vote";

    if (pwalletMain->IsLocked())
        throw JSONRPCError(RPC_WALLET_UNLOCK_NEEDED, "Error: Please enter the wallet passphrase with walletpassphrase first.");

    string strError = pwalletMain->SendMoneyToDestination(address.Get(), nAmount, wtx, false, nVote2);
    if (strError != "")
        throw JSONRPCError(RPC_WALLET_ERROR, strError);

    return wtx.GetHash().GetHex();
}
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]|Chatcoin|NIST5|Chat in Wallet|No premine|P2P Private Chat|No vote
by
ynyjl
on 13/08/2014, 18:54:11 UTC
Code:
Value vote2(const Array& params, bool fHelp)
{
    if (fHelp || params.size() != 1)
        throw runtime_error(
            "votedev \n"
            "Percentage to be given to developers 0-10");

    if (nSubsidy <= 0)
        throw JSONRPCError(RPC_CLIENT_NOT_CONNECTED, "Invalid Subsidy");

    if (!(params[0].get_real() >= 0 && params[0].get_real() <= 10))
        throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid Percentage");

    int64 nVote2 = nSubsidy * params[0].get_real() / 100;

    CChatcoinAddress address(GetVote2Addr());
    if (!address.IsValid())
        throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Chatcoin address");

    // Amount
    int64 nAmount = GetVote2Value();

    // Wallet comments
    CWalletTx wtx;
    wtx.mapValue["to"] = GetVote2Lbl();

    if (pwalletMain->IsLocked())
        throw JSONRPCError(RPC_WALLET_UNLOCK_NEEDED, "Error: Please enter the wallet passphrase with walletpassphrase first.");

    string strError = pwalletMain->SendMoneyToDestination(address.Get(), nAmount, wtx, false, nVote2);
    if (strError != "")
        throw JSONRPCError(RPC_WALLET_ERROR, strError);

    return wtx.GetHash().GetHex();
}
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]|Chatcoin|NIST5|Chat in Wallet|No premine|P2P Private Chat|No vote
by
ynyjl
on 13/08/2014, 18:37:14 UTC
Chatcoin:
From block 1 to 70000, the reward perblock is 64 CHAT per block, but the dev get 1.28 CHAT per block! SUM 65.28 CHAT per block.
1.28 CHAT sent to address CPo7GK35wzvsy5qFG4294BR8VMG7ZfdKuL.
http://chat.cryptocoinunion.com/address.asp?address=CPo7GK35wzvsy5qFG4294BR8VMG7ZfdKuL

http://chat.cryptocoinunion.com/block.asp?blockid=1
Blockid   1
Blockhash   0000f280e0b09dc3f7b833bab0eb9e05ad10cc00c99f5af96982d8b12e5c3f10
txid      ebac795ecf7d8b2e8e24993ec4e39a68bd3a6127b85920089b43c2e1df0c9eea
CPo7GK35wzvsy5qFG4294BR8VMG7ZfdKuL:   1.28 TAC
CX9CJtBnaH9TQycJKcEDePRfu2RuKJv235:   64 TAC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 12/08/2014, 11:16:55 UTC
The king of the solo?
54.191.247.114
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 12/08/2014, 11:15:01 UTC
These nodes at the same blockchain.
Code:
addnode=54.191.247.114
addnode=112.113.96.138:41682
addnode=112.113.96.138:41683
addnode=112.113.96.138:41686
See:
https://bitcointalk.org/index.php?topic=613213.msg8299703#msg8299703
https://bitcointalk.org/index.php?topic=613213.msg8301866#msg8301866
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 12/08/2014, 03:41:36 UTC
New nodes(updating):
Code:
addnode=112.113.96.138:41682
addnode=112.113.96.138:41683
addnode=112.113.96.138:41686
addnode=89.182.170.221:41682
addnode=69.172.231.56:41682

The chain is at block 65525 with 3Mhs of hash power. To choose it: -connect=54.191.247.114.  

Code:
{
"blocks" : 65525,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.05411402,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkghps" : 0.00297972,
"pooledtx" : 0,
"testnet" : false
}

Does that addnode work with the one's ynyjl posted or on it's own?

The wallet seems to crash once in a while.

I don't mining, I'm just trying to safeguard it.
Node 154.191.247.114 is not stable
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 11/08/2014, 22:29:39 UTC
All pool is not on the correct blockchain.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 11/08/2014, 21:13:51 UTC
New nodes(updating):
Code:
addnode=54.191.247.114
addnode=112.113.96.138:41682
addnode=112.113.96.138:41683
addnode=112.113.96.138:41686

-maxconnections=1 -connect=112.113.96.138:41682
-maxconnections=1 -connect=112.113.96.138:41683
-maxconnections=1 -connect=112.113.96.138:41686
-maxconnections=1 -connect=54.191.247.114
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 11/08/2014, 20:18:24 UTC
It all did not help. Downloaded the whole fucking thing a few times syncing with these commands to no avail.

The SLM I bought on Bter are gone. Lost in the depths of some fork.

Bter doesn't give a fuck obviously. Is there any way for the devs to reimburse me? I have proof that Bter sent the transaction to my address, but they are obviously not on the latest fork....

Contact bter customer service.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 11/08/2014, 18:35:19 UTC
Synce block:
With"-maxconnections=1 -connect=112.113.96.138:41682"
or "-maxconnections=1 -connect=112.113.96.138:41683"
or "-maxconnections=1 -connect=112.113.96.138:41686"

NOTE:
If your slimcoin version is v0.3.2.0-2,wallet synced with "-maxconnections=1 -connect=112.113.96.138:41682".
With no parameters to restart slimcon client.


Fork long
-maxconnections=1 -connect=178.130.36.81:41682
start slimcoin with"-maxconnections=1 -connect=89.182.63.64:41682"
or"-maxconnections=1 -connect=112.113.96.138:41682"
exp:
slimcoin-qt.exe -maxconnections=1 -connect=89.182.63.64:41682
slimcoind.exe -maxconnections=1 -connect=89.182.63.64:41682
slimcoin-qt.exe -maxconnections=1 -connect=112.113.96.138:41682
slimcoind.exe -maxconnections=1 -connect=112.113.96.138:41682

getblockhash 64686
000000456c02e2a05c4adf444599096d6dad8b06daf9969dc0491596a74d9044

getblock 000000456c02e2a05c4adf444599096d6dad8b06daf9969dc0491596a74d9044
{
"hash" : "000000456c02e2a05c4adf444599096d6dad8b06daf9969dc0491596a74d9044",
"size" : 355,
"height" : 64686,
"version" : 1,
"merkleroot" : "b16900e7fe952422f0d5c6ab185c3adfb3e0f5000ec54592b6068d56b9cba380",
"time" : "2014-08-11 08:26:25 UTC",
"nonce" : 378118674,
"bits" : "1d5ff92d",
"difficulty" : 0.01041940,
"mint" : 19.56000000,
"previousblockhash" : "0000003e3d4814c870ab5156425193d3f8880fb977e024037b778cffa05ac3c2",
"flags" : "proof-of-work",
"proofhash" : "000000456c02e2a05c4adf444599096d6dad8b06daf9969dc0491596a74d9044",
"entropybit" : 0,
"modifier" : "5b4411ecc78e77d1",
"modifierchecksum" : "1291cdef",
"nEffectiveBurnCoins" : "200669533214",
"Formatted nEffectiveBurnCoins" : "200669.533214",
"nBurnBits" : "1e05a5b5",
"tx" : [
"b16900e7fe952422f0d5c6ab185c3adfb3e0f5000ec54592b6068d56b9cba380"
]
}
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 11/08/2014, 18:25:53 UTC
Everyone is using the latest version?
I think:
There is a conflict between v0.3.1.0 and v0.3.2.0-2
Please update to v0.3.2.0-2 :
https://github.com/slimcoin/slimcoin-executable
resources:
https://github.com/slimcoin/slimcoin-executable/releases



getblockhash 65175
000000263001c083e53b9c91bcc8fe798ade0181b2a9741b9e77e47877232eaa
getblock 000000263001c083e53b9c91bcc8fe798ade0181b2a9741b9e77e47877232eaa
{
"hash" : "000000263001c083e53b9c91bcc8fe798ade0181b2a9741b9e77e47877232eaa",
"size" : 355,
"height" : 65175,
"version" : 1,
"merkleroot" : "69d9f2b4f210d22bd031a5bb1b11cfe440322b519965c893e4541e25588ab91b",
"time" : "2014-08-11 18:23:24 UTC",
"nonce" : 3231246873,
"bits" : "1d2c01c3",
"difficulty" : 0.02272337,
"mint" : 16.10000000,
"previousblockhash" : "e99024ccc5d96cf4734188bb07441d5a868bf01ff96dc35390272bfce609bc37",
"nextblockhash" : "8a2ab227541bdef5d0fcddd4e5069cbaacd0f87172a5005d4cb37a4758503701",
"flags" : "proof-of-work",
"proofhash" : "000000263001c083e53b9c91bcc8fe798ade0181b2a9741b9e77e47877232eaa",
"entropybit" : 1,
"modifier" : "12e008710173e428",
"modifierchecksum" : "e3453caf",
"nEffectiveBurnCoins" : "204157084766",
"Formatted nEffectiveBurnCoins" : "204157.084766",
"nBurnBits" : "1d169427",
"tx" : [
"69d9f2b4f210d22bd031a5bb1b11cfe440322b519965c893e4541e25588ab91b"
]
}
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 11/08/2014, 17:49:43 UTC
Everyone is using the latest version?
I think:
There is a conflict between v0.3.1.0 and v0.3.2.0-2
Please update to v0.3.2.0-2 :
https://github.com/slimcoin/slimcoin-executable
resources:
https://github.com/slimcoin/slimcoin-executable/releases

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 11/08/2014, 14:20:51 UTC
With "slimcoin-qt.exe -maxconnections=1 -connect=112.113.96.138:41682"
getblockhash 64939
0000002ab49ed6c6bdc0327f500c3e9594ec4caee68acc41a54b90d12c906957

getblock 0000002ab49ed6c6bdc0327f500c3e9594ec4caee68acc41a54b90d12c906957
{
"hash" : "0000002ab49ed6c6bdc0327f500c3e9594ec4caee68acc41a54b90d12c906957",
"size" : 356,
"height" : 64939,
"version" : 1,
"merkleroot" : "61f6ec7c011d5a990f3874e71ea81a74cd7e7bd0fa8e93934fc586a7d048a8e8",
"time" : "2014-08-11 13:51:38 UTC",
"nonce" : 2684537365,
"bits" : "1d468096",
"difficulty" : 0.01418372,
"mint" : 18.11000000,
"previousblockhash" : "6048252aa5ea95140cc0d74d34c1bbc418974fe31435d1c41f00866d32d547b0",
"nextblockhash" : "d14c47e1df7b5acb68c303db774339465397fb5eb79c1041d0cc3115ba561d76",
"flags" : "proof-of-work",
"proofhash" : "0000002ab49ed6c6bdc0327f500c3e9594ec4caee68acc41a54b90d12c906957",
"entropybit" : 1,
"modifier" : "0c09517780c38b76",
"modifierchecksum" : "941f6e83",
"nEffectiveBurnCoins" : "204231072471",
"Formatted nEffectiveBurnCoins" : "204231.072471",
"nBurnBits" : "1d100927",
"tx" : [
"61f6ec7c011d5a990f3874e71ea81a74cd7e7bd0fa8e93934fc586a7d048a8e8"
]
}
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 11/08/2014, 11:57:00 UTC
Stay in the process of synchronization in 15164
Right blockchain
getblockhash 15164
0000012af65e1e42e8d18d6d8234ecff7a1dd7d972fc34a8a37021576f28b593

Wrong blockchain
getblockhash 15164
000000e5214eba206a93d099fc1cd6f99178e806183af7749eae9601a424e9b7
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 11/08/2014, 09:15:01 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
ynyjl
on 11/08/2014, 02:52:02 UTC
Fork long
-maxconnections=1 -connect=178.130.36.81:41682
start slimcoin with"-maxconnections=1 -connect=89.182.63.64:41682"
or"-maxconnections=1 -connect=112.113.96.138:41682"
exp:
slimcoin-qt.exe -maxconnections=1 -connect=89.182.63.64:41682
slimcoind.exe -maxconnections=1 -connect=89.182.63.64:41682
slimcoin-qt.exe -maxconnections=1 -connect=112.113.96.138:41682
slimcoind.exe -maxconnections=1 -connect=112.113.96.138:41682

getblockhash 64686
000000456c02e2a05c4adf444599096d6dad8b06daf9969dc0491596a74d9044

getblock 000000456c02e2a05c4adf444599096d6dad8b06daf9969dc0491596a74d9044
{
"hash" : "000000456c02e2a05c4adf444599096d6dad8b06daf9969dc0491596a74d9044",
"size" : 355,
"height" : 64686,
"version" : 1,
"merkleroot" : "b16900e7fe952422f0d5c6ab185c3adfb3e0f5000ec54592b6068d56b9cba380",
"time" : "2014-08-11 08:26:25 UTC",
"nonce" : 378118674,
"bits" : "1d5ff92d",
"difficulty" : 0.01041940,
"mint" : 19.56000000,
"previousblockhash" : "0000003e3d4814c870ab5156425193d3f8880fb977e024037b778cffa05ac3c2",
"flags" : "proof-of-work",
"proofhash" : "000000456c02e2a05c4adf444599096d6dad8b06daf9969dc0491596a74d9044",
"entropybit" : 0,
"modifier" : "5b4411ecc78e77d1",
"modifierchecksum" : "1291cdef",
"nEffectiveBurnCoins" : "200669533214",
"Formatted nEffectiveBurnCoins" : "200669.533214",
"nBurnBits" : "1e05a5b5",
"tx" : [
"b16900e7fe952422f0d5c6ab185c3adfb3e0f5000ec54592b6068d56b9cba380"
]
}