Search content
Sort by

Showing 20 of 642 results by Xynerise
Post
Topic
Board Bitcoin Technical Support
Re: Why doesn't Bitcoin-core Wallet app transmit payment?
by
Xynerise
on 08/04/2019, 17:34:58 UTC
Does it look like this?


If not, can you take a screenshot of what your wallet looks like and upload it on an image hosting site so we can know exactly what wallet you're using?

Edit: note that you can always import your bitcoin wallet seed (a list of 12 words you're given when you install the app) to another bitcoin wallet so you don't have to use that particular one.
Post
Topic
Board Bitcoin Technical Support
Merits 2 from 1 user
Re: Reversal of unconfirmed transaction. Possible?
by
Xynerise
on 21/02/2019, 19:47:44 UTC
⭐ Merited by DdmrDdmr (2)
The transaction that sent out your bitcoin was made barely seconds after it was received, so most likely there was a script running (probably on your PC) that sent the bitcoin to the attacker's address almost immediately, and also overpaying in fees (88.7sats/byte while the average on that day was ~15 sats per byte).

Like the posters above have said, either your version of electrum is malware, or your computer has been compromised.
Run a complete antivirus scan to find out.
Post
Topic
Board Services
Re: SwC Poker ♣️ BITCOIN POKER 3.0 ♣️ Signature Campaign ✅
by
Xynerise
on 15/02/2019, 19:27:42 UTC
Btctalk name: Xynerise
Btctalk URL: https://bitcointalk.org/index.php?action=profile;u=1250855
Rank: Sr Member
Current post count: 642 (+1)
Swc Username: Xynerise
Post
Topic
Board Services
Re: Yahoo62278 Sig & Avatar Campaign(High merit required)(OPEN)
by
Xynerise
on 26/01/2019, 06:39:06 UTC
Btctalk name: Xynerise
 Your profile link: https://bitcointalk.org/index.php?action=profile;u=1250855
Rank: Sr Member
Current post count: 641 (+1)
Current merits received: 282
BTC Address: 39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD
Wear appropriate signature: Done
Wear avatar: Done
Post
Topic
Board Services
Re: MOONX Sig & Avatar campaign
by
Xynerise
on 30/08/2018, 17:52:12 UTC
Btctalk name: Xynerise
Rank: Senior Member
Current post count: 642
BTC address(No BCH): 39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD
Wear appropriate signature: done
Wear avatar: done
Post
Topic
Board Altcoin Discussion
Re: ERC20 question
by
Xynerise
on 11/08/2018, 17:40:29 UTC
Quote
What are ways to do a proper audit?
You'll have to pay a developer with experience in solidity to go through your contract for bugs, etc.
Zeppelin is one of the many companies that audits smart contracts.
Quote
and does it always have to be on ropstan network?
Ropsten test net is one of the test nets for ethereum where you can test your smart contract to see if it does what you want it to do.
You don't have to use the ropsten testnet, there's another called Kovan, and you can also deploy your own ethereum block chain locally on your computer using geth.
Post
Topic
Board Services
Re: [OPEN] ⚡BQT Signature Campaign | Member - Hero | 0.0007 BTC /Post ⚡
by
Xynerise
on 11/08/2018, 13:17:42 UTC
Bitcointalk Profile Link: https://bitcointalk.org/index.php?action=profile;u=1250855
Post Count: 640 (+1)
Merit Count: 273
BTC Address: 39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD
Telegram Username: @xynerise
Post
Topic
Board Bitcoin Technical Support
Re: Can a miner please process my transaction, reward will be given
by
Xynerise
on 28/06/2018, 19:22:11 UTC
@Thirdspace:
https://www.antpool.com/user/prioritiseTransaction.htm?m=savePrioritiseTx
You'll need an account on the website though.
Post
Topic
Board Electrum
Re: BTC transaction sent to wrong receiving address
by
Xynerise
on 25/06/2018, 19:12:54 UTC
On the console enter
Code:
ismine("1BitcoinAddress")

If it doesn't return true then that address didn't come from your Electrum wallet.

You'll have to check if you have a malware/fake Electrum or a clipboard malware that changes any Bitcoin address to that of the hacker.
Post
Topic
Board Development & Technical Discussion
Re: Can I use my Electrum 12 word seed to gain access to my BTC on another wallet?
by
Xynerise
on 22/06/2018, 09:00:51 UTC
No, Electrum uses a different (and superior) derivation scheme than BIP 39 so it's not possible to generate it on another wallet, however the Electrum source code is open so it's not possible for Electrum to completely disappear from the internet.
Also, you don't need internet access to access your private keys on Electrum, so you can always export your private keys from Electrum and import them into another wallet even if Electrum servers are shut down.
Post
Topic
Board Electrum
Re: Is there anyway to send a transaction in electrum without a fee?
by
Xynerise
on 21/06/2018, 22:30:40 UTC
To set fees manually, go to Tools, then Preferences
, Tick "edit fees manually"
Then you can set a fee you want.
Note that  0 fee transactions won't be relayed by nodes on the Bitcoin network since 0.15
Post
Topic
Board Development & Technical Discussion
Re: wallet.dat file need periodical backup? or just one time?
by
Xynerise
on 21/06/2018, 05:43:27 UTC
Any time a change is made to the wallet a new backup is required (and as always, its smart to have your private keys saved as well.)
MEANING: You encrypt your wallet / change your password or you receive new coins, new back up needed.
You don't need to backup your wallet once you receive coins if it's a HD wallet.
Also backup of wallet is the same as backing up your p private keys.
Post
Topic
Board Electrum
Re: Electrum 3.0.5 wallet problem
by
Xynerise
on 19/06/2018, 16:09:17 UTC
Check the lower right hand corner of the screen, is the icon green or not?
Post
Topic
Board Altcoin Discussion
Re: Keystore/JSON File possible to get back?
by
Xynerise
on 18/06/2018, 17:08:47 UTC
It's not possible to retrieve it any other way.
When you set up the wallet for the first time they tell you this.
So unless you can successfully recover the json file, your funds are gone.
Post
Topic
Board Bitcoin Technical Support
Re: Bitcoin Core questions
by
Xynerise
on 17/06/2018, 19:36:52 UTC
It depends on what exactly you want to store.
If you need access to your Bitcoins then you just need your wallet.dat file as it is what contains your private keys.

If you want to copy the blockchain itself, eg to bootstrap another computer, then you just need to copy the chainstate and blocks folder.
Post
Topic
Board Bitcoin Technical Support
Merits 1 from 1 user
Re: Big Mistake, transaction from BTC to Tether (USDT), please help.
by
Xynerise
on 17/06/2018, 19:23:35 UTC
⭐ Merited by DarkStar_ (1)
Technically, Bittrex can recover your Bitcoins but that would be at a security risk to them as they would have to import the private key for their usdt wallet into another Bitcoin wallet, which threatens the safety of the private key which is why they'd only do that if the amount exceeds $5,000
Only Bittrex can help you because only them have the private key to that address.
If they refuse to help you because your transaction is joy up to their limit, then there's nothing you can do.
Post
Topic
Board Development & Technical Discussion
Re: How to prevent 51% ATTACK on new coin
by
Xynerise
on 17/06/2018, 19:17:59 UTC
No one would attack your coin for no reason because of opportunity cost of just using that hash power to mine (another coin) legitimately.

You could look into merged mining with another coin eg BTC.
Post
Topic
Board Bitcoin Technical Support
Re: Every wallet address has just one private key which can be generated again?
by
Xynerise
on 17/06/2018, 04:31:27 UTC
Every private key has its own public key, which is basically your address. You can search for 'public private key cryptography' to find more info about this, there are many good, pictured, explanations available.
Public key is not the address -- the address is a HASH of the public key.
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: MAX_MONEY's possible max value is?
by
Xynerise
on 17/06/2018, 04:27:52 UTC
⭐ Merited by achow101 (1)
Its 92,000,000,000 ?

Int64's Max value is 9,223,372,036,854,775,807

But MAX_MONEY is multiply by satoshi, ( * COIN ) so it multiply by 10,000,000, right?

Then so max possible total coin supply (MAX_MONEY) is approx 92,000,000,000?
As has been explained before in this forum, that's just an integer overflow check.
The number of coins isn't explicitly stated but depends on the block reward and halving schedule.
Post
Topic
Board Development & Technical Discussion
Re: If wallet.dat shared or stolen, then encrypt it?
by
Xynerise
on 17/06/2018, 04:26:31 UTC

Depends, if the wallet isn't HD (Hierarchical Deterministic) (Ex. Bitcoin Core Wallet),
Bitcoin Core has been HD since 0.13.0