Pages:
Author

Topic: [ANN][MAC]Machinecoin - The Steampunk Cryptocurrency - Now With TimeTravel PoW! - page 9. (Read 452276 times)

newbie
Activity: 30
Merit: 0
newbie
Activity: 30
Merit: 0
sr. member
Activity: 392
Merit: 250
my magic is growing strong[er]
sr. member
Activity: 414
Merit: 252
This should work with Machinecoin too if anyone is interested to port it:
https://blockstack.org/

Update:
New Explorer is online
http://explorer.machinecoin.org/
The new block explorer is nice.
newbie
Activity: 30
Merit: 0
This should work with Machinecoin too if anyone is interested to port it:
https://blockstack.org/

Update:
New Explorer is online
http://explorer.machinecoin.org/
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net
Vote on  cryptopia,          https://www.cryptopia.co.nz/Vote
30 minutes left to vote this round, but cloakcoin has over 1.17 BTC worth of dot towards their paid votes.

date by date free votes Smiley
sr. member
Activity: 414
Merit: 252
Vote on  cryptopia,          https://www.cryptopia.co.nz/Vote
30 minutes left to vote this round, but cloakcoin has over 1.17 BTC worth of dot towards their paid votes.
newbie
Activity: 30
Merit: 0
6 new Machinecoin supernodes for the .machinecoin.conf or console
5.230.145.49
82.211.61.103
82.211.61.104
82.211.61.199
5.230.145.71
82.211.61.129
sr. member
Activity: 414
Merit: 252
Sorry guys, I slipped on voting MAC on cryptopia last night. We could have won that vote cheaply.
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net
Check your cgminer version. I think that the problem is old GW (getwork) instead of GBT (getblocktemplate).
But pool mining is better at all. If you lost connection the miner will stop to work and power consuming will going down. In solomine you will continue to mine and produce blocks in the local wallet, but not accepted in the network.
newbie
Activity: 4
Merit: 0
That didn't work for me Sad Pool mining works on GPU but they aren't paying the shares.

I did netstat and it  shows it is listening on the correct port when i open the wallet.

You are listed at
http://pool.machinecoin.org/index.php?page=statistics&action=blockfinder with 750 generated coins so you should have received shares. You must either withdraw your coins manually or setup automatic withdrawals to receive them. This can be done at http://pool.machinecoin.org/index.php?page=account&action=edit

I don't solo mine with an own GPU/ASIC because therefore I would need a suitable GPU or ASIC and also never used cgminer but if it works with cpuminer It should also work with other tools if they can mine scrypt because the "API" is the same for all.

You may try cpuminer first like in the example above. If it works then your setup is correct and you can move forward.
I used the actual version of cpuminer that is located at https://github.com/pooler/cpuminer

Thanks, I didn't realize they had been confirmed. I'll just stick with the pool Smiley
newbie
Activity: 30
Merit: 0
That didn't work for me Sad Pool mining works on GPU but they aren't paying the shares.

I did netstat and it  shows it is listening on the correct port when i open the wallet.

You are listed at
http://pool.machinecoin.org/index.php?page=statistics&action=blockfinder with 750 generated coins so you should have received shares. You must either withdraw your coins manually or setup automatic withdrawals to receive them. This can be done at http://pool.machinecoin.org/index.php?page=account&action=edit

I don't solo mine with an own GPU/ASIC because therefore I would need a suitable GPU or ASIC and also never used cgminer but if it works with cpuminer It should also work with other tools if they can mine scrypt because the "API" is the same for all.

You may try cpuminer first like in the example above. If it works then your setup is correct and you can move forward.
I used the actual version of cpuminer that is located at https://github.com/pooler/cpuminer
newbie
Activity: 4
Merit: 0
That didn't work for me Sad Pool mining works on GPU but they aren't paying the shares.

I did netstat and it  shows it is listening on the correct port when i open the wallet.
newbie
Activity: 30
Merit: 0
How do I solo mine this? I can solo mine other scrypt coins but with this I keep getting credentials or URL invalid. I have been pool mining but I want to have a crack at solo. Anyone else had this problem?

See this tutorial video
https://www.youtube.com/watch?v=xr0aLvntGQw

Example with cpuminer:
(set your personal values for -u -p and --coinbase-addr=)
Code:
./minerd --algo=scrypt -o http://127.0.0.1:40332 -u rpcusername -p rpcpassword --coinbase-addr=MNVwqMSwDPdJMCHFTSu9EhATb44TLgn1Tk
[2016-05-29 10:13:55] Binding thread 0 to cpu 0
[2016-05-29 10:13:55] Binding thread 1 to cpu 1
[2016-05-29 10:13:55] 4 miner threads started, using 'scrypt' algorithm.
[2016-05-29 10:13:55] Binding thread 2 to cpu 2
[2016-05-29 10:13:55] Binding thread 3 to cpu 3
[2016-05-29 10:13:55] Long-polling activated for http://127.0.0.1:40332
[2016-05-29 10:14:07] thread 2: 4096 hashes, 0.34 khash/s
[2016-05-29 10:14:08] thread 1: 4096 hashes, 0.31 khash/s
[2016-05-29 10:14:08] thread 0: 4096 hashes, 0.30 khash/s
[2016-05-29 10:14:09] thread 3: 4096 hashes, 0.28 khash/s
[2016-05-29 10:14:48] thread 3: 12989 hashes, 0.33 khash/s
[2016-05-29 10:14:51] thread 2: 16295 hashes, 0.37 khash/s
[2016-05-29 10:14:53] thread 1: 14621 hashes, 0.32 khash/s
[2016-05-29 10:14:54] thread 3: 2330 hashes, 0.43 khash/s
[2016-05-29 10:14:55] thread 0: 13876 hashes, 0.30 khash/s
[2016-05-29 10:14:55] thread 2: 1469 hashes, 0.37 khash/s
[2016-05-29 10:14:55] thread 3: 434 hashes, 0.28 khash/s
[2016-05-29 10:14:55] thread 1: 641 hashes, 0.36 khash/s
newbie
Activity: 4
Merit: 0
Thanks everyone for the replies. I added the node but it still wont work. Cgminer and the wallet are both on the one machine.

This is what I am getting.

Code:
[2016-05-29 16:23:45] Started cgminer 3.7.2
[2016-05-29 16:23:46] Probing for an alive pool
[2016-05-29 16:23:46] Pool 0 slow/down or URL or credentials invalid

This is my config file:

Code:
rpcuser=username
rpcpassword=password
rpcport=40332
rpcconnect=127.0.0.1
rpcallowip=127.0.0.1
addnode=5.230.146.183
server=1
listen=1
daemon=1
gen=0

This is my walletbat

Code:
"C:\Program Files\Machinecoin\machinecoin-qt.exe" -server

This is my cgminer bat

Code:
export GPU_MAX_ALLOC_PERCENT=100
cgminer --scrypt -o http://127.0.0.1:40332 -u username -p password
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net
How do I solo mine this? I can solo mine other scrypt coins but with this I keep getting credentials or URL invalid. I have been pool mining but I want to have a crack at solo. Anyone else had this problem?

Do you use hardware for scrypt mining like asics ot VCs? to do solomine with the wallet the mining program such bfgminer/cgminer must be on the same PC. If they are on other PC you must allow rpc connection to your wallet with allowip commands in the conf or command line:

Code:
-rpcallowip=       Allow JSON-RPC connections from specified source. Valid for are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times

If you like to mine with CPU see above comments for setgenerate
sr. member
Activity: 414
Merit: 252
How do I solo mine this? I can solo mine other scrypt coins but with this I keep getting credentials or URL invalid. I have been pool mining but I want to have a crack at solo. Anyone else had this problem?
I used to solomine it in 2014, but I can't remember exactly how I did it. If I remember correctly, you set your config file up with the correct node, set a username/password, then start the client with the -server flag with the command prompt. Then you aim your miner at your client with the port. I believe its the local server at 127.0.0.1... Is that how you are doing it?

Also, 46.101.203.227 is now obsolete as supernode, new one is 5.230.146.183.
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net
Best way to solo mine with scrypt hardware is to use own pool on your PC. Currently the difficulty is very high for solo with setgenerate because it use only CPU mining.
newbie
Activity: 46
Merit: 0
Just type "setgenerate true" into the console. By typing "getmininginfo" you get your hashrate.

BTW, it just stucks every couple of days. No blocks are generated.
newbie
Activity: 4
Merit: 0
How do I solo mine this? I can solo mine other scrypt coins but with this I keep getting credentials or URL invalid. I have been pool mining but I want to have a crack at solo. Anyone else had this problem?
Pages:
Jump to: