Bitcoin Forum
January 23, 2025, 07:55:30 PM *
News: Community Awards voting is open
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / NUKE ICO Vs YOVI ROM on: July 10, 2015, 08:34:23 AM
Have you invested in NUKE ICO on yobit?
It will end in less then 6 hours.
https://yobit.net/en/trade/NUKE/BTC

Did you made some profit from YOVI rom?
I bought some at 200 satoshi and sold at 800,but price now is 1.8k

I don't know if it's all yobit inside stuff (NUKE and YOVI), but they seems good for the medium run.

2  Alternate cryptocurrencies / Altcoin Discussion / Cybercoin - Cyphercoin - Crycoin on: April 03, 2015, 03:44:52 PM
Which of all theese cybernetic cryptocurrency will win?
Seems a new trend has begun.
I like cyber-futuristic cryptos.
3  Economy / Invites & Accounts / [WTS] Twitter bitcoin account with 676 bitcoin related follower on: January 14, 2015, 11:43:43 PM
wts my twitter account,used to promote altcurrency, with 676 bitcoin unique follower for:

0.4 BTC

If interest please PM.
Will give you all information you need.

Thanks.
4  Alternate cryptocurrencies / Altcoin Discussion / NAKAMOTODARK THE PUMP OF THE YEAR. FIRST PAGE ON BITTREX!! on: December 30, 2014, 08:58:31 PM
Was following this coin since start.
Really interesting.


Satoshi nakamoto seems involved in.
5  Alternate cryptocurrencies / Altcoin Discussion / [HELP] ADDING seednode in src/net on: November 28, 2014, 09:42:51 PM
Hi,
A simple question for some of you:

I'm trying to fork a coin,already compiled and made wallets.
Now i want to add some node in src/net.
I have to put them and then rebuild all(source and wallets),or just update on gthub the src/net.cpp files?

Cause i think addnode is basically a wallet running 24 hours a day to secure connectivity from each other.

Thanks for your help.
6  Alternate cryptocurrencies / Mining (Altcoins) / SOLO MINING X11 on linux with cpu on: November 24, 2014, 01:59:51 PM
Anyone know which parameters to include in cpu miner to solo mine a coin? Even if is a new coin(for testnet and start genesis block,or any other coins like darkcoin etc?

Setgenerate true doesn't work with x11 alghoritm on linux for cpu.

So i have installed xcoin-cpu and need to know what set-up in:
Pool: localhost? 127.0.0.1?
Username:
Password:

Thanks.
7  Alternate cryptocurrencies / Mining (Altcoins) / PROBLEM: mining genesis block x11 algo setgenerate on: November 22, 2014, 10:51:36 AM
Hi,
I really apprecite if you someone's could helpme. I'm getting stuck on mining first genesisblock in testnet. I'm trying to fork a x11 coin with some tutorials found here and there. Already made genesisblock and relative stuff.
And also started 2 linux machine,each with in testnet mode.

This is what i have done:
-run -testnet -connect xx.xx.xx.xx on first machine
-run -testnet -connect xx.xx.xx.xx on second machine
On .conf i only write user and password.


-Create wallet getnewaddress

Then:
-testnet getinfo
"version" : "v0.9.1.1-beta",
    "protocolversion" : 90011,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "moneysupply" : 0.00000000,
   "connections" : 2, (good, i already see 2 pc connected)
    "proxy" : "",
   "ip" : "0.0.0.0", (don't know if good or not)
    "difficulty" : {
        "proof-of-work" : 0.00000000,
        "proof-of-stake" : 0.00000000
    },
    "testnet" : true,
    "keypoololdest" : 1416577037,
    "keypoolsize" : 101,
    "paytxfee" : 0.00001000,
    "mininput" : 0.00000000,
    "errors" : ""

then i do getpeerinfo:
 "addr" : "192.168.1.74:34466",
        "services" : "00000001",
        "lastsend" : 1416610880,
        "lastrecv" : 1416610880,
        "conntime" : 1416610879,
        "version" : 90011,
        "subver" : "/OPTii:0.9.1.1/",
        "inbound" : true,
        "startingheight" : 0,
        "banscore" : 0
    },
    {
        "addr" : "192.168.1.74",
        "services" : "00000001",
        "lastsend" : 1416610880,
        "lastrecv" : 1416610880,
        "conntime" : 1416610879,
        "version" : 90011,
        "subver" : "/OPTii:0.9.1.1/",
        "inbound" : false,
        "startingheight" : 0,
        "banscore" : 0
    },
    {
        "addr" : "192.168.1.74:47357",
        "services" : "00000001",
        "lastsend" : 1416610880,
        "lastrecv" : 1416610880,
        "conntime" : 1416610879,
        "version" : 90011,
        "subver" : "/OPTii:0.9.1.1/",
        "inbound" : false,
        "startingheight" : 0,
        "banscore" : 0


Then i do getmininginfo:

"blocks" : 0, (ok, i don't have already start to mine)
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : {
        "proof-of-work" : 0.00000000,
        "proof-of-stake" : 0.00000000,
        "search-interval" : 1
    },
    "blockvalue" : 2500000000000, (FIRST BLOCK REWARDS)
    "netmhashps" : 0.00000013,
    "netstakeweight" : 0.00000000,
    "errors" : "",
    "pooledtx" : 0,
    "stakeweight" : {
        "minimum" : 0,
        "maximum" : 0,
        "combined" : 0
    },
    "stakeinterest" : 3000000,
    "testnet" : true

Then, i just need to write -testnet setgenerate true to finally try to mine first block and genesis block.
Here comes the ERROR:
{"code":-32601,"message":"Method not found"}

Here i get stuck. What's that error? He didn't find the command setgenerate true?
I have also downloaded xcoin-cpuminer, compiled and launch this command:
minerd -ax11 and as pool(but i'm in solo cause i need to mine genesis block) i have try to put every ip. My ip,seednode ip,127.0.0.1 and also made several attemp with several ports. But it doesn't work It say:

Bindind thread to cpu1
Binding thread to cpu0
After 20 second it stuck:
HTTP request failed: Operation timed out after 30000 milliseconds with 0 bytes received
[2014-11-22 11:43:42] json_rpc_call failed, retry after 30 seconds


P.s. In the conf.file io only setted user and password.
Where i get wrong?

I really appreciate your help,since i lost 10 hours trying to solve it
8  Alternate cryptocurrencies / Altcoin Discussion / [NEED HELP] regarding genesis block creation on: November 19, 2014, 10:32:54 AM
Yes, i know there are lot of post here,i just like to talk directly via skype with someone's who could explain me some tips on it,since i don't have so much time to spent here.
Thanks.
If anyone out there is so gently to help me, please PM.

9  Economy / Currency exchange / [WTS] E-peso 150k available on: November 01, 2014, 10:34:10 PM
PM with you offer if interest.
Thanks.

E-peso:
https://bitcointalk.org/index.php?topic=827826.0
10  Economy / Computer hardware / [WTS] Gridseed V-mod1 for 0,07 on: June 18, 2014, 08:36:31 PM
2 left. Usb cable included
Got a third one but after mod-2 it work but not accept share.


11  Economy / Computer hardware / [WTS] 2 gridseed blade for 0,72 BTC on: June 14, 2014, 12:47:48 PM
As Title:
Wts 2 gridseed blade hashing at 5.2 mh each,with usb cable and molex supply
Price is: 0,74 each.

F.A.Q.:

-Where are you from and where are gridseed?

Italy,Cagliari

-Do you accept paypal:
No, i don't accept chargeback.  Wink Only BTC

-Do you accept escrow:
Do you normally buy items without pay first?

-Are you a scammer?
If you think,better to not contact.

-Do you ship overseas?
Normally i prefer to ship in europe. For u.s. customers we have to check fee and shipping cost. I can choose to send as gift.

-Can you provide a pic showing you own gridseed with your username?

Yes, i can do.

If interest, PM.
Thanks.
12  Economy / Computer hardware / [WTS] 5 gridseed vmod-1 for 0,08 btc each on: June 10, 2014, 10:35:04 AM
WTS 5 unit of gridseed vmod1.
They hash at 402.
Usb cable include. NO power supply(but you could use a standard old pc router, or laptop. 12v 1mha required).

PM for details.


13  Alternate cryptocurrencies / Marketplace (Altcoins) / [WTS] 1.5 million DOGE 0.74 BTC on: May 28, 2014, 07:25:54 PM
Got to sell 1.5 million doge for 0.74 btc.
it's 0.00000050 each.

PM if interest.

Rules before PM for not loosing time:

-If you're newbie like me or a jr. member: YOU GO FIRST!
-If you're a member or higher and got good and trust reputation, I GO FIRST!

At any case we split transactions.

Thanks.
14  Alternate cryptocurrencies / Marketplace (Altcoins) / [WTS] VIOLINCOIN on: May 20, 2014, 02:55:23 PM
Wanted to sell some violincoin.
Current difficulty is over 100...

I will send first if you're not a newbie like me.  Wink
15  Economy / Computer hardware / WTS Antminer S1 [5 pieces left] on: April 30, 2014, 01:07:25 PM
Hi,
Selling 5 Antminer s1 180 gh+ for 0,6 btc each.
Free shipping within eu, DHL tracked as well.
For customers outside eu, remember that some local duties need to be applied,even sometimes if i send as "gift".

Used for about 4 months, never ocerclocked and they power consume is about 350w.

NOTE: Power supply is not included.

Bitcoin accepted.

If interest PM


Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!