Bitcoin Forum
April 19, 2024, 04:06:46 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
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 30 31 32 33 34 35 »
  Print  
Author Topic: [ANN][SKUNKHASH] Magnatum - Signatum Fork - Unique Feature - Bounty 2 On  (Read 70705 times)
whoisthismanoO
Full Member
***
Offline Offline

Activity: 173
Merit: 100


View Profile
August 30, 2017, 07:18:00 AM
 #121

win wallet - don't synchronise
Add nodes to conf file (see 1st post)
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713499606
Hero Member
*
Offline Offline

Posts: 1713499606

View Profile Personal Message (Offline)

Ignore
1713499606
Reply with quote  #2

1713499606
Report to moderator
EazyRider
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
August 30, 2017, 07:55:21 AM
 #122

What about paper wallet?
faustcollect
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
August 30, 2017, 08:07:39 AM
 #123

What about paper wallet?

There is no one yet. But as I understand, you can dump your keys from the wallet and then add them in later. So, If you write down the dumped keys you will have the paper wallet ) To dump the keys use the wallet console.
The command:
Code:
dumpwallet <filename>

UPD:
I didn't try it, so be careful and try it with the new wallet with a small amount of MGT.
mystere_miner
Member
**
Offline Offline

Activity: 121
Merit: 10


View Profile
August 30, 2017, 08:10:25 AM
 #124

How to mine magnatum solo (for Windows).

Download and install the last ver. of the wallet here: http://magnatum.io/. Do not start it yet.

Create the configuration file here:
Code:
c:\users\%username%\AppData\Roaming\Magnatum

Name it magnatum.conf
Its content:
--
Code:
server=1
listen=1
daemon=1
gen=0
rpcuser=YOUR_USERNAME
rpcpassword=YOUR_PASS
rpcallowip=*
rpcport=33334
--
The fields YOUR_USERNAME and YOUR_PASS shouldn't be the same word.

Save the file.
Go to the miner folder and make the start.bat file.
I use the x64 ccminer so the example is for it.
start.bat file content:
--
Code:
:loop
ccminer64.exe -a skunk -o http://127.0.0.1:33334 -u YOUR_USERNAME -p YOUR_PASS -i 25
goto loop

Your "i" parameter might be different.

Start the wallet. Wait till it'll be synchronised.
Start your solo mining bat file.

Good luck!  Wink


Hmmm.. how are you getting this to work with ccminer?  My understanding is that the current wallet doesn't support getwork anymore because it's based on a later version of the qt wallet, and ccminer only supports getwork.  I've also read the the asterisks are no longer supported either in the rpcallowip field.

When I follow your advice, I get:

HTTP request failed: Recv failure: Connection was reset
get_work failed, retry after 30 seconds
plbartie
Member
**
Offline Offline

Activity: 76
Merit: 10

ALTCOM wallet: AYGDb1Zwf3vfs2xC4D1G63wwy9RLU5Kb5r


View Profile
August 30, 2017, 08:32:14 AM
 #125

Been mining with CCminer and getting 26.5mh/s on 1070.

★ ★ ★ ★ ★   DeepOnion  ✔  Anonymous and Untraceable Cryptocurrency  ✔  TOR INTEGRATED & SECURED   ★ ★ ★ ★ ★
› › › › ›  JOIN THE NEW AIRDROP ✈️    ★    ✔ VERIFIED WITH DEEPVAULT  ‹ ‹ ‹ ‹ ‹
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   ANN  WHITEPAPER  FACEBOOK  TWITTER  YOUTUBE  FORUM   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
DarkTrollCoin
Full Member
***
Offline Offline

Activity: 226
Merit: 103



View Profile WWW
August 30, 2017, 08:43:04 AM
 #126

Been mining with CCminer and getting 26.5mh/s on 1070.

You might be able to squeeze a mh out of it but that's not definitely worth the efforts and the heating...

The Movement  🌱  Unstoppable Organization
▂▃▅▆ ⌠  Connect and Create  |  Join the movement  ⌡ ▆▅▃▂
Trade  Whitepaper  Bounties  Github  Twitter  Reddit  Telegram  Blog
faustcollect
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
August 30, 2017, 08:47:57 AM
 #127


Hmmm.. how are you getting this to work with ccminer?  My understanding is that the current wallet doesn't support getwork anymore because it's based on a later version of the qt wallet, and ccminer only supports getwork.  I've also read the the asterisks are no longer supported either in the rpcallowip field.

When I follow your advice, I get:

HTTP request failed: Recv failure: Connection was reset
get_work failed, retry after 30 seconds

I had the same error message, but when I updated the wallet the message disappeared and the solo mining started.
Btw, I'm using ccminer skunksp-mod8.
I've just checked and it works fine. Here is the log:

Code:
C:\Users\test\Magnatum\skunksp-mod8>ccminer64.exe -a skunk -d 0 -o http://127.0.0.1:33334 -u user -p password -i 25
*** ccminer SkunkSPmod8 for nVidia GPUs from alexis78@github ***
*** Built with VC++ 2013 and nVidia CUDA SDK 7.

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

[2017-08-30 16:43:00] NVML GPU monitoring enabled.
[2017-08-30 16:43:00] 1 miner thread started, using 'skunk' algorithm.
[2017-08-30 16:43:00] skunk block 11725, diff 1359.66, net 149.74GH/s
[2017-08-30 16:43:04] GPU#0:Intensity set to 25, 33554432 cuda threads
[2017-08-30 16:43:45] GPU#0:Gigabyte GTX 1060 6GB, 18.13MH/s

UPD:
As for the asterisks, I tried IP-address, but it didn't work, so I used * and it worked.
nshrd
Full Member
***
Offline Offline

Activity: 518
Merit: 100


the moon


View Profile
August 30, 2017, 09:14:12 AM
 #128

Hi everyone!

Magnatum has been added to Bitzure!
Bitzure is a new exchange made by traders for the traders and are actively looking at new digital currencies to add!

https://bitzure.com/markets/mgtbtc
https://bitzure.com/funds#/deposits/mgt

Quick Links:


"Please note that 3 confirmations are required for the deposit to complete."

I have 19 and no coins on market wallet

Bitzure
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
August 30, 2017, 09:20:02 AM
 #129

Hi everyone!

Magnatum has been added to Bitzure!
Bitzure is a new exchange made by traders for the traders and are actively looking at new digital currencies to add!

https://bitzure.com/markets/mgtbtc
https://bitzure.com/funds#/deposits/mgt

Quick Links:


"Please note that 3 confirmations are required for the deposit to complete."

I have 19 and no coins on market wallet

Sorry nshrd, there was an influx of deposits so a little delayed. Should be credited to your wallet now? Let us know if you have any other issues.
nshrd
Full Member
***
Offline Offline

Activity: 518
Merit: 100


the moon


View Profile
August 30, 2017, 09:21:21 AM
 #130

yes now its fine ty

chrysophylax
Legendary
*
Offline Offline

Activity: 2814
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
August 30, 2017, 09:24:14 AM
 #131

interesting ...

keeping an eye on this ...

#crysx

Bitzure
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
August 30, 2017, 09:24:38 AM
 #132

yes now its fine ty

No problems, let us know if you have any feedback or issues and we will be glad to help.
andreiv26
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
August 30, 2017, 09:32:53 AM
 #133

Missing some future info about the development of the coin, but interesting coin nonetheless.
butmuncher
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
August 30, 2017, 10:01:48 AM
 #134

Hi everyone!

Magnatum has been added to Bitzure!
Bitzure is a new exchange made by traders for the traders and are actively looking at new digital currencies to add!

https://bitzure.com/markets/mgtbtc
https://bitzure.com/funds#/deposits/mgt

Quick Links:


Awesome, the balls rolling Smiley

DKqZzd1CRBEy4sMgbHV7NR3toaY72UMXuC DIXIHUB
Rashkae
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
August 30, 2017, 10:07:29 AM
 #135

Solo or pool mine at this point?

Did I help you? If yes, hit me up with some Eth!
0xD6422bcFD87989cf04D7dB489B9c18b3cA95886e
Rashkae
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
August 30, 2017, 10:08:50 AM
 #136

yes now its fine ty

No problems, let us know if you have any feedback or issues and we will be glad to help.

Your logo... looks like 4... uhm...

Did I help you? If yes, hit me up with some Eth!
0xD6422bcFD87989cf04D7dB489B9c18b3cA95886e
}{uNdd
Full Member
***
Offline Offline

Activity: 266
Merit: 100


Next-Gen Blockchain Ecosystem - Luxcore.io


View Profile
August 30, 2017, 10:09:13 AM
 #137

Hi everyone!

Magnatum has been added to Bitzure!
Bitzure is a new exchange made by traders for the traders and are actively looking at new digital currencies to add!

https://bitzure.com/markets/mgtbtc
https://bitzure.com/funds#/deposits/mgt

Quick Links:


is that too fast to put at the exchange ? whitepaper and explorer havent out

Bitzure
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
August 30, 2017, 10:18:29 AM
 #138

Hi everyone!

Magnatum has been added to Bitzure!
Bitzure is a new exchange made by traders for the traders and are actively looking at new digital currencies to add!

https://bitzure.com/markets/mgtbtc
https://bitzure.com/funds#/deposits/mgt

Quick Links:


is that too fast to put at the exchange ? whitepaper and explorer havent out

There is an explorer and also the amount we saw mining showed us there is some interest in the currency. Whether you would like to trade it is up to you.
longtune
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
August 30, 2017, 10:19:12 AM
 #139

Supply: 130000000 MGT per year

Are you kidding?

The inflation is unavoidable!!!!!!!!
tsaroz
Legendary
*
Offline Offline

Activity: 2926
Merit: 1069


★Bitvest.io★ Play Plinko or Invest!


View Profile WWW
August 30, 2017, 10:20:25 AM
 #140

A fork of a struggling to be POS coin with unlimited supply.
There not much profit to expect from here.



.
.BIG WINNER!.
[15.00000000 BTC]


▄████████████████████▄
██████████████████████
██████████▀▀██████████
█████████░░░░█████████
██████████▄▄██████████
███████▀▀████▀▀███████
██████░░░░██░░░░██████
███████▄▄████▄▄███████
████▀▀████▀▀████▀▀████
███░░░░██░░░░██░░░░███
████▄▄████▄▄████▄▄████
██████████████████████

▀████████████████████▀
▄████████████████████▄
██████████████████████
█████▀▀█▀▀▀▀▀▀██▀▀████
█████░░░░░░░░░░░░░████
█████░░░░░░░░░░░░▄████
█████░░▄███▄░░░░██████
█████▄▄███▀░░░░▄██████
█████████░░░░░░███████
████████░░░░░░░███████
███████░░░░░░░░███████
███████▄▄▄▄▄▄▄▄███████

██████████████████████
▀████████████████████▀
▄████████████████████▄
███████████████▀▀▀▀▀▀▀
███████████▀▀▄▄█░░░░░█
█████████▀░░█████░░░░█
███████▀░░░░░████▀░░░▀
██████░░░░░░░░▀▄▄█████
█████░▄░░░░░▄██████▀▀█
████░████▄░███████░░░░
███░█████░█████████░░█
███░░░▀█░██████████░░█
███░░░░░░████▀▀██▀░░░░
███░░░░░░███░░░░░░░░░░

██░▄▄▄▄░████▄▄██▄░░░░
████████████▀▀▀▀▀▀▀██
█████████████░█▀▀▀█░███
██████████▀▀░█▀░░░▀█░▀▀
███████▀░▄▄█░█░░░░░█░█▄
████▀░▄▄████░▀█░░░█▀░██
███░▄████▀▀░▄░▀█░█▀░▄░▀
█▀░███▀▀▀░░███░▀█▀░███░
▀░███▀░░░░░████▄░▄████░
░███▀░░░░░░░█████████░░
░███░░░░░░░░░███████░░░
███▀░██░░░░░░▀░▄▄▄░▀░░░
███░██████▄▄░▄█████▄░▄▄

██░████████░███████░█
▄████████████████████▄
████████▀▀░░░▀▀███████
███▀▀░░░░░▄▄▄░░░░▀▀▀██
██░▀▀▄▄░░░▀▀▀░░░▄▄▀▀██
██░▄▄░░▀▀▄▄░▄▄▀▀░░░░██
██░▀▀░░░░░░█░░░░░██░██
██░░░▄▄░░░░█░██░░░░░██
██░░░▀▀░░░░█░░░░░░░░██
██░░░░░▄▄░░█░░░░░██░██
██▄░░░░▀▀░░█░██░░░░░██
█████▄▄░░░░█░░░░▄▄████
█████████▄▄█▄▄████████

▀████████████████████▀




Rainbot
Daily Quests
Faucet
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 30 31 32 33 34 35 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!